Skip to main content

Arguments

str
required
The key of the json entry.
str
required
The path of the array.
TValue
required
The value to search for.
int
default:0
The start index.
int
default:0
The stop index.

Response

The index of the first occurrence of the value in the array, or -1 if not found.