Class JSONValue
java.lang.Object
org.h2.util.json.JSONValue
- Direct Known Subclasses:
JSONArray, JSONBoolean, JSONNull, JSONNumber, JSONObject, JSONString
JSON value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaddTo(JSONTarget<?> target) Appends this value to the specified target.final StringtoString()
-
Constructor Details
-
JSONValue
JSONValue()
-
-
Method Details
-
addTo
Appends this value to the specified target.- Parameters:
target- the target
-
toString
-