Package org.h2.util.json
Class JSONString
java.lang.Object
org.h2.util.json.JSONValue
org.h2.util.json.JSONString
JSON string.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTo
(JSONTarget<?> target) Appends this value to the specified target.Returns the value.
-
Field Details
-
value
-
-
Constructor Details
-
JSONString
JSONString(String value)
-
-
Method Details