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 |
---|---|
JSONObject |
JSONObject.Builder.build() |
Modifier and Type | Method and Description |
---|---|
JSONObject.Builder |
JSONObject.Builder.add(JSONObject existing)
Add all the properties in the existing
JSONObject to this object. |