JsonObjectMember
Represents one member of a JSON object.
This is an alias for the JsonObjectMemberUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "jsonObjectMember" | |
key | string | Member's key |
value | Member's value |
Represents one member of a JSON object.
This is an alias for the JsonObjectMemberUnion
type.
Name | Type | Description |
---|---|---|
_ | "jsonObjectMember" | |
key | string | Member's key |
value | Member's value |