public class JsonTools extends Object
| Constructor and Description |
|---|
JsonTools() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
jsonToStringMap(String json)
Static method that converts a JSON string to a map of String values
|
static String |
stringMapToJson(Map<String,String> map)
Static method that converts a String map to a JSON string representation.
|
Copyright © 2016–2017. All rights reserved.