public abstract class JsonUtils extends Object
JsonUtils()
static Object
json2Object(String jsonString, Class<?> c)
static String
toJson(Object object)
toJson(Object object, boolean ignoreEmpty)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtils()
public static String toJson(Object object)
object
public static String toJson(Object object, boolean ignoreEmpty)
ignoreEmpty
public static Object json2Object(String jsonString, Class<?> c)
jsonString
c
Copyright © 2017. All rights reserved.