public class JsonUtils extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.gson.Gson |
parser |
Modifier and Type | Method and Description |
---|---|
static String |
prettyPrint(String jsonString)
Return an indented json string.
|
static <T> String |
toJson(T obj) |
Copyright © 2019 CorfuDB. All rights reserved.