public static class JSONMessenger.JSONObjectWrapper
extends org.json.JSONObject
Constructor and Description |
---|
JSONObjectWrapper(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObj() |
java.lang.String |
toString()
Make a JSON text of this JSONObject.
|
accumulate, append, doubleToString, ellipsize, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, increment, isNull, keys, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOnce, putOpt, quote, remove, stringToValue, testValidity, toJSONArray, toReasonableString, toString, valueToReasonableString, valueToString, wrap, write
public JSONObjectWrapper(java.lang.Object obj)
obj
- public java.lang.String toString()
org.json.JSONObject
Warning: This method assumes that the data structure is acyclical.
toString
in class org.json.JSONObject
{
(left brace) and ending
with }
(right brace).public java.lang.Object getObj()