com.dropbox.client2.jsonextract.JsonThing Maven / Gradle / Ivy
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 © 2015 - 2025 Weber Informatics LLC | Privacy Policy