[This is preliminary documentation and is subject to change.]

The JsonTokenReader type exposes the following members.

Properties

  NameDescription
CurrentState
Gets the current reader state.
(Inherited from JsonReader.)
Depth
Gets the depth of the current token in the JSON document.
(Inherited from JsonReader.)
QuoteChar
Gets the quotation mark character used to enclose the value of a string.
(Inherited from JsonReader.)
TokenType
Gets the type of the current Json token.
(Inherited from JsonReader.)
Value
Gets the text value of the current Json token.
(Inherited from JsonReader.)
ValueType
Gets The Common Language Runtime (CLR) type for the current Json token.
(Inherited from JsonReader.)

Explicit Interface Implementations

  NameDescription
IJsonLineInfo..::.LineNumber
IJsonLineInfo..::.LinePosition

See Also

JsonTokenReader Class
Facebook.Json.Linq Namespace