Click or drag to resize

IJsonSerializerCurrentToken Property

Gets the current token when parsing in streaming mode

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
JsonToken CurrentToken { get; }

Property Value

Type: JsonToken
See Also