| 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.
|
| com.google.api.client.testing.json |
Beta
Testing utilities used for writing tests based on this library. |
| Modifier and Type | Method and Description |
|---|---|
abstract JsonGenerator |
JsonFactory.createJsonGenerator(OutputStream
Returns a new instance of a low-level JSON serializer for the given output stream and encoding.
|
abstract JsonGenerator |
JsonFactory.createJsonGenerator(Writer
Returns a new instance of a low-level JSON serializer for the given writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockJsonGenerator
|
| Modifier and Type | Method and Description |
|---|---|
JsonGenerator |
MockJsonFactory.createJsonGenerator(OutputStream
|
JsonGenerator |
MockJsonFactory.createJsonGenerator(Writer
|