On this page
HTTP & JSON jsonArrayIndex

$jsonArrayIndex[]

Retrieves the value at a specific index from a JSON array. Index is zero-based.

Syntax
$jsonArrayIndex[key;index]

$jsonArrayIndex retrieves a single element from a JSON array by its zero-based index. It returns the value as a string. For nested objects, use dot notation with $jsonValue after extracting the element. Out-of-bounds indices return an empty string rather than throwing an error.