GetNumber method: JsonArray class
Syntax
GetNumber(Index)
Description
Use this method to return the number value at the index location.
Parameters
| Parameter | Description |
|---|---|
|
Index |
Specifies the index in the Json array as an integer. |
Returns
Number.
Example
Local JsonArray &jArray = CreateJsonArray();
Local number &myNum = &jArray.GetNumber(2);