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.
{
}
"
:
,
[
]
- or 0-9
t
f
n
end of stream
unexpected data in stream
See Implementation
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.