class Member
Represents a member of a JSON object, a pair of a name and a value.
val name: String
Returns the name of this member. |
|
val value: JsonValue
Returns the value of this member. |
fun equals(other: Any?): Boolean
Indicates whether a given object is "equal to" this JsonObject. An object is considered equal
if it is also a |
|
fun hashCode(): Int |