See: Description
| Class | Description |
|---|---|
| CustomizeJsonParser |
Customizes the behavior of a JSON parser.
|
| GenericJson |
Generic JSON data that stores all unknown key name/value pairs.
|
| Json |
JSON utilities.
|
| JsonFactory |
Abstract low-level JSON factory.
|
| JsonGenerator |
Abstract low-level JSON serializer.
|
| JsonObjectParser |
Parses JSON data into an data class of key/value pairs.
|
| JsonParser |
Abstract low-level JSON parser.
|
| Enum | Description |
|---|---|
| JsonToken |
JSON token in the low-level JSON library.
|
| Annotation Type | Description |
|---|---|
| JsonString |
Use this annotation to specify that a declared numeric Java field should map to a JSON string.
|
Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library
Copyright © 2011-2012 Google. All Rights Reserved.