List of usage examples for org.json JSONArray subclass-usage
From source file org.cosmo.common.util.JSONList.java
public class JSONList extends JSONArray { // override methods public static void thirdPartyOverride() { }
From source file com.apptentive.android.sdk.module.engagement.interaction.model.common.Actions.java
/** * @author Sky Kelsey */ public class Actions extends JSONArray { public Actions(String json) throws JSONException { super(json);
From source file com.jsonstore.jackson.JacksonSerializedJSONArray.java
public class JacksonSerializedJSONArray extends JSONArray { private JSONArray wrappedArray; public JacksonSerializedJSONArray() { super(); }