public static class JsonObject.Member
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Returns the name of this member.
|
JsonValue |
getValue()
Returns the value of this member.
|
int |
hashCode() |
public java.lang.String getName()
nullpublic JsonValue getValue()
nullpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object