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