public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
String |
flattenJson(String json) |
void |
flattenJsonIntoMap(String currentPath,
com.fasterxml.jackson.databind.JsonNode jsonNode,
Map<String,Object> map) |
public String flattenJson(String json) throws IOException
IOExceptionCopyright © 2017. All rights reserved.