Package io.goobi.viewer.controller.json
Class JsonStringConverter<T>
java.lang.Object
io.goobi.viewer.controller.json.JsonStringConverter<T>
- Type Parameters:
T- the target type to deserialize the JSON string into
Converts loosely-formatted JSON-like strings (e.g. with unquoted keys, backtick delimiters, or
unquoted string values) into a properly quoted JSON string and deserializes it into the target type.
-
Method Summary
-
Method Details
-
of
-
convert
- Throws:
IOException
-