Enum JsonReader.State
- Namespace
- Newtonsoft.Json
- Assembly
- Newtonsoft.Json.dll
protected enum JsonReader.State
Fields
Array = 6
ArrayStart = 5
Closed = 7
Complete = 1
Constructor = 10
ConstructorStart = 9
Error = 11
Finished = 12
Object = 4
ObjectStart = 3
PostValue = 8
Property = 2
Start = 0