JsonReaderState Enumeration |
[Missing <summary> documentation for "T:Stimulsoft.Base.Json.JsonReader.State"]
Namespace: Stimulsoft.Base.Json
| 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 |