Determines whether this instance is valid JSON.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public bool IsValidJSON()
Return Value
Type:
Booleantrue if this instance is valid JSON; otherwise,
false.
See Also