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) voidaddElement(JSONValue value) Add a value to the array.voidaddTo(JSONTarget<?> target) Appends this value to the specified target.getArray()Returns the value.