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

Specifies the state of the reader.

Syntax
C++
C#
Visual Basic
: enum State { Start, Complete, Property, ObjectStart, Object, ArrayStart, Array, Closed, PostValue, ConstructorStart, Constructor, Error, Finished };
Members
Members 
Description 
Start 
The Read method has not been called.  
Complete 
The end of the file has been reached successfully.  
Property 
Reader is at a property.  
ObjectStart 
Reader is at the start of an object.  
Object 
Reader is in an object.  
ArrayStart 
Reader is at the start of an array.  
Array 
Reader is in an array.  
Closed 
The Close method has been called.  
PostValue 
Reader has just read a value.  
ConstructorStart 
Reader is at the start of a constructor.  
Constructor 
Reader in a constructor.  
Error 
An error occurred that prevents the read operation from continuing.  
Finished 
The end of the file has been reached successfully.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.