| 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 JsonParser |
JsonFactory.createJsonParser(InputStream
Returns a new instance of a low-level JSON parser for the given input stream.
|
abstract JsonParser |
JsonFactory.createJsonParser(InputStream
Returns a new instance of a low-level JSON parser for the given input stream.
|
abstract JsonParser |
JsonFactory.createJsonParser(Reader
Returns a new instance of a low-level JSON parser for the given reader.
|
abstract JsonParser |
JsonFactory.createJsonParser(String
Returns a new instance of a low-level JSON parser for the given string value.
|
abstract JsonParser |
JsonParser.skipChildren()
Skips to the matching
JsonToken if current token is
JsonToken, the matching
JsonToken if the current token is
JsonToken, else does nothing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockJsonParser
|
| Modifier and Type | Method and Description |
|---|---|
JsonParser |
MockJsonFactory.createJsonParser(InputStream
|
JsonParser |
MockJsonFactory.createJsonParser(InputStream
|
JsonParser |
MockJsonFactory.createJsonParser(Reader
|
JsonParser |
MockJsonFactory.createJsonParser(String
|
JsonParser |
MockJsonParser.skipChildren()
|