Class JsonUtility
- java.lang.Object
-
- org.gcube.informationsystem.utils.JsonUtility
-
public class JsonUtility extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description JsonUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gcube.com.fasterxml.jackson.databind.JsonNodegetJsonNode(String json)
-
-
-
Method Detail
-
getJsonNode
public static org.gcube.com.fasterxml.jackson.databind.JsonNode getJsonNode(String json) throws org.gcube.com.fasterxml.jackson.core.JsonProcessingException, IOException
- Throws:
org.gcube.com.fasterxml.jackson.core.JsonProcessingExceptionIOException
-
-