| Package | Description |
|---|---|
| it.riccardotraverso.json |
| Modifier and Type | Method and Description |
|---|---|
JSONObject.Property |
JSONObject.getProperty(java.lang.String name)
Returns a property given its name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<JSONObject.Property> |
JSONObject.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONVisitor.visitJSONProperty(JSONObject.Property prop) |
void |
JSONPrettyPrint.visitJSONProperty(JSONObject.Property prop) |
void |
JSONAbstractVisitor.visitJSONProperty(JSONObject.Property prop) |