com.dropbox.client2.jsonextract.JsonList 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;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/**
* (Internal class for extracting JSON.)
*
* A JSON "array" (a list of arbitrary JSON values).
*/
public final class JsonList extends JsonBase> implements Iterable {
public JsonList(java.util.List