IJsonSerializerRead Method |
Reads the next token from a JSON stream. Note that an incremental parse
must be started first.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax Return Value
Type:
BooleanTrue if another token was read, false if an incremental parse is not started
or no more tokens are left
See Also