public static class JsonObject.Member extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
name |
private JsonValue |
value |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name of this member.
|
JsonValue |
getValue()
Returns the value of this member.
|
int |
hashCode() |
Copyright © 2011–2016 David R. Smith. All rights reserved.