Raw tokens produced when reading a JSON document as a stream
The opening of a JSON array '['
The opening of a JSON object '{'
A JSON boolean
The closing of a JSON array ']'
The end of the JSON stream to signal that the JSON-encoded value has no more tokens
The closing of a JSON object '}'
A JSON property name
A JSON 'null'
A JSON number (note the raw string value of the number is returned, you are responsible for converting to a concrete Number type)
A JSON string