Package org.h2.util.json
Class JSONArray
java.lang.Object
org.h2.util.json.JSONValue
org.h2.util.json.JSONArray
JSON array.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addElement
(JSONValue value) Add a value to the array.void
addTo
(JSONTarget<?> target) Appends this value to the specified target.getArray()
Returns the value.
-
Field Details
-
elements
-
-
Constructor Details
-
JSONArray
JSONArray()
-
-
Method Details