public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
parseJson(Reader reader) |
static com.fasterxml.jackson.databind.JsonNode |
parseJson(String value) |
public static com.fasterxml.jackson.databind.JsonNode parseJson(String value) throws IOException
IOExceptionpublic static com.fasterxml.jackson.databind.JsonNode parseJson(Reader reader) throws IOException
IOExceptionCopyright © 2017. All rights reserved.