Click or drag to resize

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
C#
bool Read()

Return Value

Type: Boolean
True if another token was read, false if an incremental parse is not started or no more tokens are left
See Also