public class JsonKit extends Object
JsonKit()
static <T> T
parse(String jsonString, Class<T> type)
static String
toJson(Object object)
toJson(Object value, int depth)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonKit()
public static String toJson(Object object)
public static <T> T parse(String jsonString, Class<T> type)
@Deprecated public static String toJson(Object value, int depth)
Copyright © 2017. All rights reserved.