api / tv.twelvetone.json / JsonObject / Member

Member

class Member

Represents a member of a JSON object, a pair of a name and a value.

Properties

name

val name: String

Returns the name of this member.

value

val value: JsonValue

Returns the value of this member.

Functions

equals

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 JsonObject and both objects contain the same members inthe same order.

hashCode

fun hashCode(): Int