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.
JsonObjectParser Parses JSON data into an data class of key/value pairs.
JsonParser Abstract low-level JSON parser.
 

Enum Summary
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-2012 Google. All Rights Reserved.