| Class | Description |
|---|---|
| JsonReader |
Reads a JSON (RFC 7159)
encoded value as a stream of tokens.
|
| JsonReader.Options |
A set of strings to be chosen with
JsonReader.selectName(com.airbnb.lottie.parser.moshi.JsonReader.Options) or #selectString. |
| Enum | Description |
|---|---|
| JsonReader.Token |
A structure, name, or value type in a JSON-encoded string.
|