Package | Description |
---|---|
oracle.dbtools.plugin.api.json.objects |
API for creating in memory representations of JSON object graphs
(
JSONObjects ) and for
serializing object graphs to JSON representations. |
Modifier and Type | Method and Description |
---|---|
JSONArray |
JSONArray.Builder.build() |
Modifier and Type | Method and Description |
---|---|
JSONArray.Builder |
JSONArray.Builder.addAll(JSONArray existing)
Add all the items in the existing
JSONArray to this array. |