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

The JsonReader type exposes the following members.

Properties

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

See Also

JsonReader Class
Facebook.Json Namespace