Package org.json
Class JSONObject2
- java.lang.Object
- 
- org.json.JSONObject
- 
- org.json.JSONObject2
 
 
- 
 public class JSONObject2 extends JSONObject 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classJSONObject2.JSONTokener2
 - 
Field Summary- 
Fields inherited from class org.json.JSONObjectmap, NULL
 
- 
 - 
Constructor SummaryConstructors Constructor Description JSONObject2()JSONObject2(java.lang.Object bean)JSONObject2(java.lang.Object object, java.lang.String[] names)JSONObject2(java.lang.String source)JSONObject2(JSONObject2.JSONTokener2 x)JSONObject2(JSONObject jo, java.lang.String[] names)
 - 
Method Summary- 
Methods inherited from class org.json.JSONObjectaccumulate, append, doubleToString, 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, sortedKeys, stringToValue, toJSONArray, toString, toString, valueToString, wrap, write
 
- 
 
- 
- 
- 
Constructor Detail- 
JSONObject2public JSONObject2() 
 - 
JSONObject2public JSONObject2(JSONObject2.JSONTokener2 x) throws JSONException - Throws:
- JSONException
 
 - 
JSONObject2public JSONObject2(java.lang.String source) throws JSONException- Throws:
- JSONException
 
 - 
JSONObject2public JSONObject2(JSONObject jo, java.lang.String[] names) 
 - 
JSONObject2public JSONObject2(java.lang.Object bean) 
 - 
JSONObject2public JSONObject2(java.lang.Object object, java.lang.String[] names)
 
- 
 
-