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