WCF-Xtensions Class Reference for Mono
JsonTextReader Class Members
Properties  Methods 


The following tables list the members exposed by JsonTextReader.

Public Constructors
 NameDescription
Public ConstructorJsonTextReader ConstructorInitializes a new instance of the JsonReader class with the specified System.IO.TextReader.  
Top
Public Properties
 NameDescription
Public PropertyCloseInputGets 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)
Public PropertyCultureGets or sets the culture used when reading JSON. Defaults to System.Globalization.CultureInfo.InvariantCulture. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Public PropertyDateFormatString Get or set how custom date formatted strings are parsed when reading JSON. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Public PropertyDateParseHandling 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)
Public PropertyDateTimeZoneHandlingGet or set how System.DateTime time zones are handling when reading JSON. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Public PropertyDepth Gets the depth of the current token in the JSON document. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Public PropertyFloatParseHandling 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)
Public PropertyLineNumber Gets the current line number.  
Public PropertyLinePosition Gets the current line position.  
Public PropertyMaxDepthGets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a JsonReaderException. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Public PropertyPath Gets the path of the current JSON token. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Public PropertyQuoteChar Gets the quotation mark character used to enclose the value of a string. (Inherited from Noemax.Newtonsoft.Json.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 Noemax.Newtonsoft.Json.JsonReader)
Public PropertyTokenType Gets the type of the current JSON token. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Public PropertyValue Gets the text value of the current JSON token. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Public PropertyValueType Gets The Common Language Runtime (CLR) type for the current JSON token. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Top
Protected Properties
 NameDescription
Protected PropertyCurrentState Gets the current reader state. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Top
Public Methods
 NameDescription
Public MethodCloseOverridden.  Changes the state to closed.  
Public MethodHasLineInfo Gets a value indicating whether the class can return line information.  
Public MethodReadOverridden.  Reads the next JSON token from the stream.  
Public MethodReadAsBytesOverridden. Reads the next JSON token from the stream as a Byte[].  
Public MethodReadAsDateTimeOverridden. Reads the next JSON token from the stream as a System.Nullable`1.  
Public MethodReadAsDateTimeOffsetOverridden. Reads the next JSON token from the stream as a System.Nullable`1.  
Public MethodReadAsDecimalOverridden. Reads the next JSON token from the stream as a System.Nullable`1.  
Public MethodReadAsInt32Overridden. Reads the next JSON token from the stream as a System.Nullable`1.  
Public MethodReadAsStringOverridden. Reads the next JSON token from the stream as a System.String.  
Public MethodSkip Skips the children of the current token. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Top
Protected Methods
 NameDescription
Protected MethodDispose Releases unmanaged and - optionally - managed resources (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Protected MethodSetStateBasedOnCurrent Sets the state based on current token type. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Protected MethodSetTokenOverloaded.  Sets the current token. (Inherited from Noemax.Newtonsoft.Json.JsonReader)
Top
See Also

Reference

JsonTextReader Class
Noemax.Newtonsoft.Json Namespace

Send Feedback