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 JSONParserConfigurationJSONParserConfiguration. clone()JSONParserConfigurationJSONParserConfiguration. withMaxNestingDepth(int maxNestingDepth)Methods in org.json with parameters of type JSONParserConfiguration Modifier and Type Method Description JSONArrayJSONArray. 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.
-