JSONToken

Tokens as parsed from the stream. This indicates what the next token is supposed to be, and doesn't necessarily validate the next item is in the correct format.

Values

ValueMeaning
ObjectStart'{'

{

ObjectEnd'}'

}

String'"'

"

Colon':'

:

Comma','

,

ArrayStart'['

[

ArrayEnd']'

]

Number'0'

- or 0-9

True't'

t

False'f'

f

Null'n'

n

EOF'\0'

end of stream

Error0xff

unexpected data in stream

Meta