Click or drag to resize

BodyIsValidJSON Method

Determines whether this instance is valid JSON.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool IsValidJSON()

Return Value

Type: Boolean
true if this instance is valid JSON; otherwise, false.
See Also