Token
A structure, name, or value type in a JSON-encoded string.
Entries
Link copied to clipboard
Content copied to clipboard
The opening of a JSON array. Written using beginArray and read using beginArray.
Link copied to clipboard
Content copied to clipboard
The opening of a JSON object. Written using beginObject and read using beginObject.
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
The end of the JSON stream. This sentinel value is returned by peek to signal that the JSON-encoded value has no more tokens.