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. |
Class and Description |
---|
JSONArray
An array of zero or more values
|
JSONArray.Builder
Build a
JSONArray instance |
JSONNode
Represents a
JSONObject or JSONArray in a JSON document. |
JSONNode.Builder
Abstract interface implemented by all builders that build
JSONNode
instances |
JSONNode.Type
The type of node in the object hierarchy
|
JSONObject
Represents a JSON object
|
JSONObject.Builder
Build
JSONObject instances |