native

json_array_get_bool

Syntax

native bool:json_array_get_bool(const JSON:array, index);

Description

Gets a boolean value from the array.

Parameters

array Array handle
index Position in the array (starting from 0)

Return

Boolean value

Error

If passed handle is not a valid array