Class JSONArray

java.lang.Object
org.h2.util.json.JSONValue
org.h2.util.json.JSONArray

public class JSONArray extends JSONValue
JSON array.
  • Method Details

    • addTo

      public void addTo(JSONTarget<?> target)
      Description copied from class: JSONValue
      Appends this value to the specified target.
      Specified by:
      addTo in class JSONValue
      Parameters:
      target - the target
    • getArray

      public JSONValue[] getArray()
      Returns the value.
      Returns:
      the value