Class JsonUtil

java.lang.Object
com.hazelcast.jet.json.JsonUtil

public final class JsonUtil extends Object
Util class to parse JSON formatted input to various object types or convert objects to JSON strings.

We use the lightweight JSON library `jackson-jr` to parse the given input or to convert the given objects to JSON string. If `jackson-annotations` library present on the classpath, we register JacksonAnnotationExtension to so that the JSON conversion can make use of Jackson Annotations.

Since:
Jet 4.2