public class JSONKit extends Object
JSONKit()
static <T> T
parse(String json)
parse(String json, Class<T> type)
static String
toJSONString(Object object)
static <T> List<T>
toList(String json)
static <K,V> Map<K,V>
toMap(String json)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSONKit()
public static <K,V> Map<K,V> toMap(String json)
public static <T> List<T> toList(String json)
public static <T> T parse(String json)
public static <T> T parse(String json, Class<T> type)
public static String toJSONString(Object object)
Copyright © 2015. All rights reserved.