| Package | Description |
|---|---|
| org.springframework.boot.configurationprocessor.json |
| Constructor and Description |
|---|
JSONArray(JSONTokener readFrom)
Creates a new
JSONArray with values from the next array in the tokener. |
JSONObject(JSONTokener readFrom)
Creates a new
JSONObject with name/value mappings from the next object in
the tokener. |