- toJSONArray(JSONArray) - Method in class org.json.me.JSONObject
-
Produce a JSONArray containing the values of the members of this JSONObject.
- toJSONObject(JSONArray) - Method in class org.json.me.JSONArray
-
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
- toJSONObject(String) - Static method in class org.json.me.util.XML
-
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
- toJSONString() - Method in interface org.json.me.JSONString
-
The toJSONString
method allows a class to produce its own JSON
serialization.
- toString() - Method in class org.json.me.JSONArray
-
Make a JSON text of this JSONArray.
- toString(int) - Method in class org.json.me.JSONArray
-
Make a prettyprinted JSON text of this JSONArray.
- toString() - Method in class org.json.me.JSONObject
-
Make a JSON text of this JSONObject.
- toString(int) - Method in class org.json.me.JSONObject
-
Make a prettyprinted JSON text of this JSONObject.
- toString() - Method in class org.json.me.JSONStringer
-
Return the JSON text.
- toString() - Method in class org.json.me.JSONTokener
-
Make a printable string of this JSONTokener.
- toString(Object) - Static method in class org.json.me.util.XML
-
Convert a JSONObject into a well-formed, element-normal XML string.
- toString(Object, String) - Static method in class org.json.me.util.XML
-
Convert a JSONObject into a well-formed, element-normal XML string.
- trimNumber(String) - Static method in class org.json.me.JSONObject
-
Shave off trailing zeros and decimal point, if possible.