Package 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.

See:
          Description

Class Summary
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.
JsonParser Abstract low-level JSON parser.
 

Enum Summary
JsonEncoding Enumeration that defines legal encodings that can be used for JSON content, based on list of allowed encodings from JSON specification.
JsonToken JSON token in the low-level JSON library.
 

Annotation Types Summary
JsonString Use this annotation to specify that a declared numeric Java field should map to a JSON string.
 

Package com.google.api.client.json Description

Utilities for JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON.

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

Since:
1.0
Author:
Yaniv Inbar


Copyright © 2011 Google. All Rights Reserved.