Package org.h2.util.json
Class JSONStringSource
java.lang.Object
org.h2.util.json.JSONTextSource
org.h2.util.json.JSONStringSource
JSON string source.
-
Method Summary
-
Method Details
-
parse
Parses source string to a specified target.- Type Parameters:
R- the type of the result- Parameters:
string- sourcetarget- target- Returns:
- the result of the target
-
normalize
Normalizes textual JSON representation.- Parameters:
string- source representation- Returns:
- normalized representation
-
toString
-