You are here: Symbol Reference > Stimulsoft.Base.Json.Serialization Namespace > TraceJsonReader Class > TraceJsonReader Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
TraceJsonReader Members

The following tables list the members exposed by TraceJsonReader.

 
Name 
Description 
 
Specifies the state of the reader.  
 
Name 
Description 
 
Releases unmanaged and - optionally - managed resources  
 
Sets the state based on current token type.  
 
This is the overview for the SetToken method overload. 
 
Name 
Description 
 
Changes the State to Closed.  
 
This is GetJson, a member of class TraceJsonReader. 
 
Gets a value indicating whether the class can return line information.  
 
Read 
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{DateTime}.  
 
Reads the next JSON token from the stream as a Nullable{DateTimeOffset}.  
 
Reads the next JSON token from the stream as a Nullable{Decimal}.  
 
Reads the next JSON token from the stream as a Nullable{Int32}.  
 
Reads the next JSON token from the stream as a String.  
 
Skip 
Skips the children of the current token.  
 
This is TraceJsonReader, a member of class TraceJsonReader. 
 
Name 
Description 
 
This is GetPosition, a member of class JsonReader. 
 
This is ReadAsBytesInternal, a member of class JsonReader. 
 
This is ReadAsDateTimeInternal, a member of class JsonReader. 
 
This is ReadAsDateTimeOffsetInternal, a member of class JsonReader. 
 
This is ReadAsDecimalInternal, a member of class JsonReader. 
 
This is ReadAsInt32Internal, a member of class JsonReader. 
 
This is ReadAsStringInternal, a member of class JsonReader. 
 
This is ReadInternal, a member of class JsonReader. 
 
This is SetPostValueState, a member of class JsonReader. 
 
Name 
Description 
 
Gets or sets a value indicating whether the underlying stream or TextReader should be closed when the reader is closed.  
 
Gets or sets the culture used when reading JSON. Defaults to CultureInfo.InvariantCulture.  
 
Get or set how custom date formatted strings are parsed when reading JSON.  
 
Get or set how date formatted strings, e.g. "/Date(1198908717056)/" and "2012-03-21T05:40Z", are parsed when reading JSON.  
 
Get or set how DateTime time zones are handling when reading JSON.  
 
Gets the depth of the current token in the JSON document.  
 
Get or set how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.  
 
Gets the current line number.  
 
Gets the current line position.  
 
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.  
 
Gets the quotation mark character used to enclose the value of a string.  
 
Gets or sets a value indicating whether multiple pieces of JSON content can be read from a continuous stream without erroring.  
 
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.  
 
Name 
Description 
 
This is _currentState, a member of class JsonReader. 
 
This is _dateParseHandling, a member of class JsonReader. 
 
This is _floatParseHandling, a member of class JsonReader. 
 
This is _quoteChar, a member of class JsonReader. 
 
This is _readType, a member of class JsonReader. 
 
Name 
Description 
 
Gets the current reader state.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.