for example I would like to query people[?first=='James'].last with this json
{
"people": [
{"first": "James", "last": "d"},
{"first": "Jacob", "last": "e"},
{"first": "Jayden", "last": "f"},
{"missing": "different"}
],
}
and instead of just getting the result d, I'd like to also get the full path to it .e.g people[0].last