protected static interface AndroidJsonHandler.JsonObjectManager
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONArray |
newArray(Collection<?> collection) |
org.json.JSONObject |
newObject(Map<String,?> map) |
org.json.JSONTokener |
newTokener(String json) |
String |
stringify(org.json.JSONObject object) |
String stringify(org.json.JSONObject object)
org.json.JSONTokener newTokener(String json)
org.json.JSONArray newArray(Collection<?> collection)