JsonReader
Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
Specifies the state of the reader.
Gets the current reader state.
Gets the depth of the current token in the JSON document.
Gets the quotation mark character used to enclose the value of a string.
Gets the type of the current Json token.
Gets the text value of the current Json token.
Gets The Common Language Runtime (CLR) type for the current Json token.
protected JsonReader()
Initializes a new instance of the JsonReader class with the specified TextReader.
Changes the State to Closed.
Releases unmanaged and - optionally - managed resources
Reads the next JSON token from the stream.
Reads the next JSON token from the stream as a Byte[].
Reads the next JSON token from the stream as a Nullable<T>.
Sets the state based on current token type.
Sets the current token.
Sets the current token and value.
Skips the children of the current token.