public class CustomData
extends org.json.JSONObject
| Constructor and Description |
|---|
CustomData() |
CustomData(org.json.JSONObject object) |
CustomData(java.lang.String json) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
accumulate, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getString, has, isNull, keys, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, putOpt, quote, remove, toJSONArray, toString, toString, wrappublic CustomData()
throws org.json.JSONException
org.json.JSONExceptionpublic CustomData(java.lang.String json)
throws org.json.JSONException
org.json.JSONExceptionpublic CustomData(org.json.JSONObject object)
throws org.json.JSONException
org.json.JSONException