JSON_BOOLEAN
Description
Type Tags
JSON_VALUE
Object Value
Objects of type JSON_BOOLEAN have no value, and it is an error to try to get or set this value.
JSON_BOOLEAN.new()
Description
Prototype
JSON_BOOLEAN
.new
(
JSON_BOOLEAN
,
boolean me
)
value
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | JSON_BOOLEAN | |
value | None | boolean |
Properties
Property | Type | Description |
---|---|---|
getjson | function | |
type | type | |
value | boolean |
Methods
getjson()
Description
Prototype
JSON_BOOLEANvar
.getjson
(
JSON_BOOLEAN
,
integer me
)
encoding
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
me | None | JSON_BOOLEAN | |
encoding | None | integer |