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

public final class JsonStringConverter<T> extends Object
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.