Interface JSONArray
- All Superinterfaces:
JSONNode
An array of zero or more values
- Author:
- cdivilly
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface oracle.dbtools.plugin.api.json.objects.JSONNode
JSONNode.Type -
Method Summary
Modifier and TypeMethodDescriptionmodify()Return aJSONArray.Builderinstance initialized with the state of thisJSONArrayinstancevalues()Enumerate the values in thisJSONArray
-
Method Details
-
values
Enumerate the values in thisJSONArray- Returns:
- the values
-
modify
JSONArray.Builder modify()Return aJSONArray.Builderinstance initialized with the state of thisJSONArrayinstance- Returns:
- Initialized
JSONArray.Builderinstance
-