Class JSONNull

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

public class JSONNull extends JSONValue
JSON null.
  • Field Details

    • NULL

      public static final JSONNull NULL
      null value.
  • Constructor Details

    • JSONNull

      private JSONNull()
  • 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