public class JSONUtils extends Object
JSONUtils()
static String
toJsonString(Object object)
static <T> List<T>
toList(String json, Class<T> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSONUtils()
public static String toJsonString(Object object)
object
public static <T> List<T> toList(String json, Class<T> clazz)
T
json
clazz
Copyright © 2021 The Apache Software Foundation. All rights reserved.