Click or drag to resize
Json.NET

JTokenReader Properties

 

The JTokenReader type exposes the following members.

Properties
  NameDescription
Public propertyCloseInput
Gets or sets a value indicating whether the source should be closed when this reader is closed.
(Inherited from JsonReader.)
Public propertyCulture
Gets or sets the culture used when reading JSON. Defaults to InvariantCulture.
(Inherited from JsonReader.)
Protected propertyCurrentState
Gets the current reader state.
(Inherited from JsonReader.)
Public propertyCurrentToken
Gets the JToken at the reader's current position.
Public propertyDateFormatString
Gets or sets how custom date formatted strings are parsed when reading JSON.
(Inherited from JsonReader.)
Public propertyDateParseHandling
Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
(Inherited from JsonReader.)
Public propertyDateTimeZoneHandling
Gets or sets how DateTime time zones are handled when reading JSON.
(Inherited from JsonReader.)
Public propertyDepth
Gets the depth of the current token in the JSON document.
(Inherited from JsonReader.)
Public propertyFloatParseHandling
Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
(Inherited from JsonReader.)
Public propertyMaxDepth
Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a JsonReaderException.
(Inherited from JsonReader.)
Public propertyPath
Gets the path of the current JSON token.
(Overrides JsonReaderPath.)
Public propertyQuoteChar
Gets the quotation mark character used to enclose the value of a string.
(Inherited from JsonReader.)
Public propertySupportMultipleContent
Gets or sets a value indicating whether multiple pieces of JSON content can be read from a continuous stream without erroring.
(Inherited from JsonReader.)
Public propertyTokenType
Gets the type of the current JSON token.
(Inherited from JsonReader.)
Public propertyValue
Gets the text value of the current JSON token.
(Inherited from JsonReader.)
Public propertyValueType
Gets the .NET type for the current JSON token.
(Inherited from JsonReader.)
Top
See Also