public class JsonKit extends Object
Constructor and Description |
---|
JsonKit() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
parse(String jsonString,
Class<T> type) |
static String |
toJson(Object object) |
static String |
toJson(Object value,
int depth)
Deprecated.
|
Copyright © 2018. All rights reserved.