GetBoolean method: JsonArray class

Syntax

GetBoolean(Index)

Description

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

Parameters

Parameter Description

Index

Specifies the index in the Json array as an integer.

Returns

Boolean.

Example

Local JsonArray &jArray = CreateJsonArray();
Local Boolean &myBool = &jArray.GetBoolean(2);