| Modifier and Type | Method and Description |
|---|---|
JSONConfig |
JSONConfig.clone()
Return a clone of this object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JSONUtil.checkValidJavascriptPropertyName(String propertyName,
JSONConfig cfg)
Checks if the input string represents a valid Javascript property name.
|
static Object |
JSONParser.parseJSON(String json,
JSONConfig cfg)
Parse a string of JSON data.
|
default String |
JSONAble.toJSON(JSONConfig jsonConfig)
Convert this object to a string of JSON data.
|
void |
JSONAble.toJSON(JSONConfig jsonConfig,
Writer json)
Write this object to the given writer as JSON data.
|
static String |
JSONUtil.toJSON(Object obj,
JSONConfig cfg)
Convert an object to JSON and return it as a
String. |
static void |
JSONUtil.toJSON(Object obj,
JSONConfig cfg,
Writer json)
Convert an object to JSON and write it to the given
Writer. |
Copyright © 2015. All rights reserved.