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

The JsonReader type exposes the following members.

Constructors

  NameDescription
JsonReader
Initializes a new instance of the JsonReader class with the specified TextReader.

Methods

  NameDescription
Close
Changes the JsonReader..::.State to Closed.
Dispose
Releases unmanaged and - optionally - managed resources
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsStartToken
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Read
Reads the next Json token from the stream.
SetStateBasedOnCurrent
Sets the state based on current token type.
SetTokenOverloaded.
Skip
Skips the children of the current token.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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.

Explicit Interface Implementations

  NameDescription
IDisposable..::.Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

See Also

JsonReader Class
Facebook.Json Namespace