Token
A structure, name, or value type in a JSON-encoded string.
Entries
The opening of a JSON array. Written using JsonWriter.beginArray and read using JsonReader.beginArray.
The closing of a JSON array. Written using JsonWriter.endArray and read using JsonReader.endArray.
The opening of a JSON object. Written using JsonWriter.beginObject and read using JsonReader.beginObject.
The closing of a JSON object. Written using JsonWriter.endObject and read using JsonReader.endObject.
A JSON property name. Within objects, tokens alternate between names and their values. Written using JsonWriter.name and read using JsonReader.nextName
The end of the JSON stream. This sentinel value is returned by JsonReader.peek to signal that the JSON-encoded value has no more tokens.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.