Json Path To extract array element with child Filter
Hi I am looking to construct a jsonpath expression to find the array element that matches the filter on a child. Please find details below Json { "items": [ { "id": 1, "children": [ {"id": 101, "name": "Child1"}, {"id": 102,…