public class JsonUtil extends Object
public static final <T> T readJson(String json, Class<T> clazz)
T - the generic typejson - the jsonclazz - the clazzpublic static final <T> T readJson(InputStream jsonStream, Class<T> clazz)
T - the generic typejsonStream - the json streamclazz - the clazzCopyright © 2016. All Rights Reserved.