JsonArrayGetBool (FUN)

FUNCTION JsonArrayGetBool : ERROR_ID

Get a boolean value from a JSON array.

InOut:

Scope

Name

Type

Comment

Return

JsonArrayGetBool

ERROR_ID

Input

JsonArray

JSON_ARR_REF

Reference to the JSON array.

Index

INT

Array index of the boolean value.

BoolValue

POINTER TO BOOL

Reference to boolean for the retrieved value.