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