GetInteger method: JsonArray class

Syntax

GetInteger(Index)

Description

Use this method to return the integer value at the index location.

Parameters

Parameter Description

Index

Specifies the index in the Json array as an integer.

Returns

Integer.

Example

Local JsonArray &jArray = CreateJsonArray();
Local integer &myInt = &jArray.GetInteger(2);