Class JSONValue

java.lang.Object
org.h2.util.json.JSONValue
Direct Known Subclasses:
JSONArray, JSONBoolean, JSONNull, JSONNumber, JSONObject, JSONString

public abstract class JSONValue extends Object
JSON value.
  • Constructor Details

    • JSONValue

      JSONValue()
  • Method Details

    • addTo

      public abstract void addTo(JSONTarget<?> target)
      Appends this value to the specified target.
      Parameters:
      target - the target
    • toString

      public final String toString()
      Overrides:
      toString in class Object