Uses of Class
org.json.JSONParserConfiguration
-
-
Uses of JSONParserConfiguration in org.json
Methods in org.json that return JSONParserConfiguration Modifier and Type Method Description protected JSONParserConfiguration
JSONParserConfiguration. clone()
JSONParserConfiguration
JSONParserConfiguration. withMaxNestingDepth(int maxNestingDepth)
Methods in org.json with parameters of type JSONParserConfiguration Modifier and Type Method Description JSONArray
JSONArray. put(int index, Map<?,?> value, JSONParserConfiguration jsonParserConfiguration)
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.Constructors in org.json with parameters of type JSONParserConfiguration Constructor Description JSONArray(Collection<?> collection, JSONParserConfiguration jsonParserConfiguration)
Construct a JSONArray from a Collection.JSONObject(Map<?,?> m, JSONParserConfiguration jsonParserConfiguration)
Construct a JSONObject from a Map with custom json parse configurations.
-