Package org.json.simple
Class JSONObject
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
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, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, sizeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
toStringin classAbstractMap<String,Object>
-
toString
-
toString
-
toString
-
escape
" => \" , \ => \\- Parameters:
s-- Returns:
-
escape
-