Uses of Class
com.google.api.client.json.JsonObjectParser
-
Packages that use JsonObjectParser Package Description 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. -
-
Uses of JsonObjectParser in com.google.api.client.json
Methods in com.google.api.client.json that return JsonObjectParser Modifier and Type Method Description JsonObjectParser
JsonObjectParser.Builder. build()
Returns a new instance of a JSON object parser.JsonObjectParser
JsonFactory. createJsonObjectParser()
Creates an object parser which uses this factory to parse JSON data.
-