Uses of Package
com.google.api.client.json

Packages that use com.google.api.client.json
com.google.api.client.http.json JSON HTTP library based on the pluggable HTTP library. 
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.http.json Testing utilities used for writing tests based on this library. 
 

Classes in com.google.api.client.json used by com.google.api.client.http.json
JsonFactory
          Abstract low-level JSON factory.
JsonObjectParser
          Parses JSON data into an data class of key/value pairs.
JsonParser
          Abstract low-level JSON parser.
 

Classes in com.google.api.client.json used by com.google.api.client.json
CustomizeJsonParser
          Customizes the behavior of a JSON parser.
GenericJson
          Generic JSON data that stores all unknown key name/value pairs.
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.
JsonToken
          JSON token in the low-level JSON library.
 

Classes in com.google.api.client.json used by com.google.api.client.testing.http.json
JsonFactory
          Abstract low-level JSON factory.
JsonGenerator
          Abstract low-level JSON serializer.
JsonParser
          Abstract low-level JSON parser.
JsonToken
          JSON token in the low-level JSON library.
 



Copyright © 2011-2012 Google. All Rights Reserved.