Package | Description |
---|---|
it.riccardotraverso.json |
Modifier and Type | Method and Description |
---|---|
JSONObject |
JSONObject.setProperty(java.lang.String name,
JSON value)
Sets the value of a given property, eventually creating it when not
present.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONVisitor.enterJSONObject(JSONObject obj) |
void |
JSONPrettyPrint.enterJSONObject(JSONObject obj) |
void |
JSONAbstractVisitor.enterJSONObject(JSONObject obj) |
void |
JSONVisitor.exitJSONObject(JSONObject obj) |
void |
JSONPrettyPrint.exitJSONObject(JSONObject obj) |
void |
JSONAbstractVisitor.exitJSONObject(JSONObject obj) |