Token
enum Token
Content copied to clipboard
A structure, name, or value type in a JSON-encoded string.
Entries
BEGIN_ARRAY
Link copied to clipboard
Content copied to clipboard
The opening of a JSON array. Written using beginArray and read using beginArray.
BEGIN_OBJECT
Link copied to clipboard
Content copied to clipboard
The opening of a JSON object. Written using beginObject and read using beginObject.
END_OBJECT
Link copied to clipboard
Content copied to clipboard
END_DOCUMENT
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.
Functions
describe Constable
Link copied to clipboard
value Of
Link copied to clipboard
values
Link copied to clipboard