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.
-
Method Summary
Modifier and TypeMethodDescriptionabstract voidaddTo(JSONTarget<?> target) Appends this value to the specified target.final StringtoString()