Package org.h2.util.json
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 void
addTo
(JSONTarget<?> target) Appends this value to the specified target.final String
toString()