See: Description
Class | Description |
---|---|
CustomizeJsonParser |
Beta 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.
|
JsonObjectParser.Builder |
Builder.
|
JsonParser |
Abstract low-level JSON parser.
|
Enum | Description |
---|---|
JsonToken |
JSON token in the low-level JSON library.
|
Annotation Type | Description |
---|---|
JsonPolymorphicTypeMap |
Beta Declares that the data type enclosing this field is polymorphic, and that the value of this field in a heterogeneous JSON schema will determine what type the data should be parsed into. |
JsonPolymorphicTypeMap.TypeDef |
Declares a mapping between a key value and a referenced class.
|
JsonString |
Use this annotation to specify that a declared numeric Java field should map to a JSON string.
|
Copyright © 2011–2022 Google. All rights reserved.