JsonReaderState Enumeration |
Namespace: Newtonsoft.Json
protected enum State
Member name | Value | Description | |
---|---|---|---|
Start | 0 | ||
Complete | 1 | ||
Property | 2 | ||
ObjectStart | 3 | ||
Object | 4 | ||
ArrayStart | 5 | ||
Array | 6 | ||
Closed | 7 | ||
PostValue | 8 | ||
ConstructorStart | 9 | ||
Constructor | 10 | ||
Error | 11 | ||
Finished | 12 |