Enum JsonReader.State
- Namespace
- Newtonsoft.Json
- Assembly
- Newtonsoft.Json.dll
Specifies the state of the reader.
protected enum JsonReader.State
Fields
Array = 6
Reader is in an array.
ArrayStart = 5
Reader is at the start of an array.
Closed = 7
The Close method has been called.
Complete = 1
The end of the file has been reached successfully.
Constructor = 10
Reader in a constructor.
ConstructorStart = 9
Reader is at the start of a constructor.
Error = 11
An error occurred that prevents the read operation from continuing.
Finished = 12
The end of the file has been reached successfully.
Object = 4
Reader is in an object.
ObjectStart = 3
Reader is at the start of an object.
PostValue = 8
Reader has just read a value.
Property = 2
Reader is at a property.
Start = 0
The Read method has not been called.