Open
Description
Support storing Codable
properties as JSON, for MongoDB to store as JSON and CoreData as a string. The backing implementation should be simple, the only consideration is making Predicate
filters and SortDescriptor
work with both since MongoDB has native JSON support and CoreData doesn't. FetchRequest
should be compatible across backing stores.