Warning: this should only be used by some older Google APIs that wrapped the response in a {@code "data"} envelope. All newer Google APIs don't use this envelope, and for those APIs{@link JsonObjectParser} should be used instead.
Sample usage:
static void setParser(HttpRequest request) { request.setParser(new JsonCParser(new JacksonFactory())); }
Implementation is thread-safe.
@since 1.0 @author Yaniv Inbar
|
|
|
|