public class JSONConverter extends Object
JSONConverter()
static <T> T
fromJSON(String json, Class<T> clazz)
static String
toJSON(Object obj)
toJSON(Object obj, boolean prettyPrint)
toJSON(String key, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSONConverter()
public static String toJSON(Object obj)
public static String toJSON(Object obj, boolean prettyPrint)
public static <T> T fromJSON(String json, Class<T> clazz)
public static String toJSON(String key, Object value)
Copyright © 2014. All Rights Reserved.