| Class and Description |
|---|
| JsonAdapter
Converts Java values to JSON, and JSON values to Java.
|
| JsonAdapter.Factory |
| 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.squareup.moshi.JsonReader.Options) or JsonReader.selectString(com.squareup.moshi.JsonReader.Options). |
| JsonReader.Token
A structure, name, or value type in a JSON-encoded string.
|
| JsonWriter
Writes a JSON (RFC 7159)
encoded value to a stream, one token at a time.
|
| Moshi
Coordinates binding between JSON values and Java objects.
|
| Moshi.Builder |
Copyright © 2018. All rights reserved.