Package org.json.simple
Class JSONObject
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionJSONObject
(int initialCapacity) JSONObject
(int initialCapacity, float loadFactor) JSONObject
(Map<String, Object> arg0) -
Method Summary
Methods inherited from class com.biglybt.core.util.LightHashMap
capacity, clear, clone, compactify, containsKey, containsValue, entrySet, get, keySet, main, put, putAll, remove, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, size
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
JSONObject
public JSONObject() -
JSONObject
public JSONObject(int initialCapacity, float loadFactor) -
JSONObject
public JSONObject(int initialCapacity) -
JSONObject
-
-
Method Details
-
toString
- Overrides:
toString
in classAbstractMap<String,
Object>
-
toString
-
toString
-
toString
-
escape
" => \" , \ => \\- Parameters:
s
-- Returns:
-
escape
-