@Deprecated
public class JsonPrinter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
outputNodeType
Deprecated.
|
| Constructor and Description |
|---|
JsonPrinter(boolean outputNodeType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
output(Node node)
Deprecated.
|
java.lang.String |
output(Node node,
java.lang.String name,
int level)
Deprecated.
|
private static java.lang.String |
q(java.lang.String value)
Deprecated.
|