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


