You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonReader Class > JsonReader Properties
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonReader Properties

The properties of the JsonReader class are listed here.

 
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 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 
 
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.