Preparing search index...
The search index is not available
tdjson
tdjson
JsonValueObject
Interface JsonValueObject
Represents a JSON object. Subtype of
JsonValue
.
interface
JsonValueObject
{
@type
:
"jsonValueObject"
;
members
:
JsonObjectMember
[]
;
}
Index
Properties
@type
members
Properties
@type
@type
:
"jsonValueObject"
members
members
:
JsonObjectMember
[]
The list of object members.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
@type
members
tdjson
Loading...
Represents a JSON object. Subtype of JsonValue.