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

The methods of the JsonReader class are listed here.

 
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.  
 
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.  
 
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. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.