public class JSONHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONHelper.JSONArrayBuilder |
static class |
JSONHelper.JSONObjectBuilder |
static class |
JSONHelper.JSONStringBuilder |
| Modifier and Type | Method and Description |
|---|---|
static JSONHelper.JSONArrayBuilder |
array() |
static void |
dumpNewChild(Node parentNode,
Node childNode) |
static void |
dumpNewNode(Node newNode) |
static void |
dumpReplaceChild(Node oldNode,
Node newNode,
CharSequence reason) |
static String |
getResult() |
static JSONHelper.JSONObjectBuilder |
object() |
static void |
restart() |
public static void dumpReplaceChild(Node oldNode, Node newNode, CharSequence reason)
public static void dumpNewNode(Node newNode)
public static String getResult()
public static void restart()
public static JSONHelper.JSONObjectBuilder object()
public static JSONHelper.JSONArrayBuilder array()