JsonReader Properties |
The JsonReader type exposes the following members.
Name | Description | |
---|---|---|
CloseInput |
Gets or sets a value indicating whether the source should be closed when this reader is closed.
| |
Culture |
Gets or sets the culture used when reading JSON. Defaults to InvariantCulture.
| |
CurrentState |
Gets the current reader state.
| |
DateFormatString |
Gets or sets how custom date formatted strings are parsed when reading JSON.
| |
DateParseHandling |
Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
| |
DateTimeZoneHandling |
Gets or sets how DateTime time zones are handled when reading JSON.
| |
Depth |
Gets the depth of the current token in the JSON document.
| |
FloatParseHandling |
Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
| |
MaxDepth |
Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a JsonReaderException.
| |
Path |
Gets the path of the current JSON token.
| |
QuoteChar |
Gets the quotation mark character used to enclose the value of a string.
| |
SupportMultipleContent |
Gets or sets a value indicating whether multiple pieces of JSON content can
be read from a continuous stream without erroring.
| |
TokenType |
Gets the type of the current JSON token.
| |
Value |
Gets the text value of the current JSON token.
| |
ValueType |
Gets the .NET type for the current JSON token.
|