So isValidJSONObject called as indicated here? https://developer.apple.com/documentation/foundation/nsjsonserialization/1418461-isvalidjsonobject?language=objc
On Monday, September 11, 2017 at 10:33:50 PM UTC-7, Jens Alfke wrote: > > > > On Sep 11, 2017, at 9:52 PM, dyowee <[email protected] <javascript:>> > wrote: > > When does CBL check if the json is valid or not during pull replication? > > > When it parses it. If the JSON is invalid, the parser will return an > error/exception and we’ll handle it. > > —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/c1742312-1a9b-4891-afd9-641be993d80d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
