| Package | Description |
|---|---|
| com.google.api.client.json |
Utilities for JSON as specified in
RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and
Introducing JSON.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObjectParser |
JsonObjectParser.Builder.build()
Returns a new instance of a JSON object parser.
|
JsonObjectParser |
JsonFactory.createJsonObjectParser()
Creates an object parser which uses this factory to parse JSON data.
|