| Constructor and Description |
|---|
JSON() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
parseObject(String jsonText) |
static String |
toJSONString(Object obj) |
static String |
toJSONString(Object obj,
boolean ignoreId) |
static void |
toJSONString(Object obj,
boolean ignoreId,
Writer writer) |
static void |
toJSONString(Object obj,
Writer writer) |
public JSON()
public static String toJSONString(Object obj, boolean ignoreId)
public static String toJSONString(Object obj)
public static void toJSONString(Object obj, Writer writer) throws IOException
IOExceptionpublic static void toJSONString(Object obj, boolean ignoreId, Writer writer) throws IOException
IOExceptionpublic static Object parseObject(String jsonText)