Noemax.Newtonsoft.Json Namespace : JsonTextReader Class |
The following tables list the members exposed by JsonTextReader.
Name | Description | |
---|---|---|
![]() | JsonTextReader Constructor | Initializes a new instance of the JsonReader class with the specified System.IO.TextReader. |
Name | Description | |
---|---|---|
![]() | CloseInput | Gets or sets a value indicating whether the underlying stream or System.IO.TextReader should be closed when the reader is closed. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | Culture | Gets or sets the culture used when reading JSON. Defaults to System.Globalization.CultureInfo.InvariantCulture. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | DateFormatString | Get or set how custom date formatted strings are parsed when reading JSON. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | DateParseHandling | Get or set how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | DateTimeZoneHandling | Get or set how System.DateTime time zones are handling when reading JSON. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | Depth | Gets the depth of the current token in the JSON document. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | FloatParseHandling | Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | LineNumber | Gets the current line number. |
![]() | LinePosition | Gets the current line position. |
![]() | MaxDepth | Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a JsonReaderException. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | Path | Gets the path of the current JSON token. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | QuoteChar | Gets the quotation mark character used to enclose the value of a string. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | SupportMultipleContent | Gets or sets a value indicating whether multiple pieces of JSON content can be read from a continuous stream without erroring. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | TokenType | Gets the type of the current JSON token. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | Value | Gets the text value of the current JSON token. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | ValueType | Gets The Common Language Runtime (CLR) type for the current JSON token. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
Name | Description | |
---|---|---|
![]() | CurrentState | Gets the current reader state. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
Name | Description | |
---|---|---|
![]() | Close | Overridden. Changes the state to closed. |
![]() | HasLineInfo | Gets a value indicating whether the class can return line information. |
![]() | Read | Overridden. Reads the next JSON token from the stream. |
![]() | ReadAsBytes | Overridden. Reads the next JSON token from the stream as a Byte[]. |
![]() | ReadAsDateTime | Overridden. Reads the next JSON token from the stream as a System.Nullable`1. |
![]() | ReadAsDateTimeOffset | Overridden. Reads the next JSON token from the stream as a System.Nullable`1. |
![]() | ReadAsDecimal | Overridden. Reads the next JSON token from the stream as a System.Nullable`1. |
![]() | ReadAsInt32 | Overridden. Reads the next JSON token from the stream as a System.Nullable`1. |
![]() | ReadAsString | Overridden. Reads the next JSON token from the stream as a System.String. |
![]() | Skip | Skips the children of the current token. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
Name | Description | |
---|---|---|
![]() | Dispose | Releases unmanaged and - optionally - managed resources (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | SetStateBasedOnCurrent | Sets the state based on current token type. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |
![]() | SetToken | Overloaded. Sets the current token. (Inherited from Noemax.Newtonsoft.Json.JsonReader) |