Json
JSON.ARRINDEX
Search for the first occurrence of a JSON value in an array.
Arguments
The key of the json entry.
The path of the array.
The value to search for.
The start index.
The stop index.
Response
The index of the first occurrence of the value in the array, or -1 if not found.
Was this page helpful?