com.dropbox.client2.jsonextract.JsonThing Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropbox-client Show documentation
Show all versions of dropbox-client Show documentation
The Dropbox API for Java is a Dropbox supported client library for accessing the
JSON+REST interface to Dropbox. It supports OAuth proxied authentication. It is
designed to be simple and easy to use, as well as instructional in case you want
to write your own. It is MIT licensed.
The newest version!
package com.dropbox.client2.jsonextract;
/**
* (Internal class for extracting JSON.)
*
*
* A utility class to let you extract your required structure out of an
* org.json.simple object.
*
*
*
* As you descend into the object and pull our your data, these classes keep
* track of where you are, so if there's an error in the JSON value, you'll get
* a "path" string describing exactly where the problem is.
*
*/
public final class JsonThing extends JsonBase