Chapter 46. json
Table of Contents
JSON_ARRAY
Description
Type Tags
JSON_VALUE
Object Value
Objects of type JSON_ARRAY have no value, and it is an error to try to get or set this value.
JSON_ARRAY.new()
Description
Prototype
JSON_ARRAY.new (
JSON_ARRAY )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | JSON_ARRAY |
Properties
| Property | Type | Description |
|---|---|---|
| elements | array | |
| getjson | function | |
| type | type |
Methods
getjson()
Description
Prototype
JSON_ARRAYvar.getjson (
JSON_ARRAY ,
integer me )
encoding
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | JSON_ARRAY | |
| encoding | None | integer |


