This is the sample object
{
"names": [
"David",
"Steve",
"Wilson"
]
...<other properties>
}
I wanted to write query in JSON path to check if "Steve"
is present in "name"
property of above object and need to return the path if the value exists.