ZjsonArrayIndex
Returns the 0-based index of the first occurrence of a value in the array at the specified key path, or -1 if not found.
Syntax
ZjsonArrayIndex{key;...;value}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| key | string | Yes | - |
| value | string | Yes | - |
Example
ZjsonArrayIndex{users;Alice}