| Modifier and Type | Method and Description |
|---|---|
protected JSONParserConfiguration |
JSONParserConfiguration.clone() |
JSONParserConfiguration |
JSONParserConfiguration.withMaxNestingDepth(int maxNestingDepth) |
| Modifier and Type | Method and 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.
|
| Constructor and 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.
|
Copyright © 2024. All rights reserved.