Package | Description |
---|---|
it.riccardotraverso.json |
Modifier and Type | Class and Description |
---|---|
class |
JSONAbstractVisitor |
class |
JSONPrettyPrint |
Modifier and Type | Method and Description |
---|---|
void |
JSONString.accept(JSONVisitor v) |
void |
JSONObject.accept(JSONVisitor v) |
void |
JSONObject.Property.accept(JSONVisitor v) |
void |
JSONInteger.accept(JSONVisitor v) |
void |
JSONBoolean.accept(JSONVisitor v) |
void |
JSONArray.accept(JSONVisitor v) |
abstract void |
JSON.accept(JSONVisitor v) |