Arguments
string
required
The key of the json entry.
string
required
The path of the array.
$ is the root.TValue
required
The value to search for.
integer
default:0
The start index.
integer
default:0
The stop index.
Response
The index of the first occurrence of the value in the array, or -1 if not found.