public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.jackson.JsonNode |
getJsonNodeFromString(String jsonString)
Get
JsonNode from a a String containing JSON. |
public static org.codehaus.jackson.JsonNode getJsonNodeFromString(String jsonString) throws ClientException
JsonNode from a a String containing JSON.jsonString - A string containing JSONJsonNode that is the root node of the JSON structure.ClientException - if error occurs while reading json stringCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.