> On Sep 10, 2014, at 2:27 PM, Todd Freese <[email protected]> wrote: > > I need to be able to dump some of my CBLModels to a json file. Is there any > easy method to call that will output the formatted json?
Call propertiesToSave and then use NSJSONSerialization (or CBLJSON) to convert that dictionary to JSON data. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/1BEB364B-5B64-452D-9F1A-28CE059EF5F8%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
