Class JsonUtils
- java.lang.Object
-
- org.apache.sling.testing.clients.util.JsonUtils
-
public class JsonUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNodegetJsonNodeFromString(String jsonString)GetJsonNodefrom a a String containing JSON.
-
-
-
Method Detail
-
getJsonNodeFromString
public static com.fasterxml.jackson.databind.JsonNode getJsonNodeFromString(String jsonString) throws ClientException
GetJsonNodefrom a a String containing JSON.- Parameters:
jsonString- A string containing JSON- Returns:
- A
JsonNodethat is the root node of the JSON structure. - Throws:
ClientException- if error occurs while reading json string
-
-