JSON_MEMBERS
Description
Type Tags
None
Object Value
Objects of type JSON_MEMBERS have no value, and it is an error to try to get or set this value.
JSON_MEMBERS.new()
Description
Prototype
JSON_MEMBERS
.new
()
Parameters
None
Properties
Property | Type | Description |
---|---|---|
addmember | function | |
getfirst | function | |
members | list | |
type | type |
Methods
addmember()
Description
Prototype
JSON_MEMBERSvar
.addmember
(
JSON_MEMBERS
,
string me
,
type(JSON_VALUE) name
,
integer value
)
error
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | JSON_MEMBERS | |
name | None | string | |
value | None | type(JSON_VALUE) | |
error | None | integer |
getfirst()
Description
Prototype
JSON_MEMBERSvar
.getfirst
(
JSON_MEMBERS
)
me
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | JSON_MEMBERS |