Is there a JSON equivalent of XQuery/XPath? When searching for items in complex JSON arrays and hashes, like: [ { "id": 1, "name": "One", "objects": [ { "id": 1, "name": "Response 1", "objects": [ // etc.... May 23, 2022 0 Comments