You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we return the parent nodes by querying the child nodes
Here goes the query which I'm trying to implement
$..holidays[].holidays_by_month[].institution_list[?(@.insitution=='inst1')] which works fine and returns only the child elements what if I want to get the parent elements
which i've tested here http://jsonpath.com/
How can we return the parent nodes by querying the child nodes
Here goes the query which I'm trying to implement
Here goes JSON Output
Input Json as below
The text was updated successfully, but these errors were encountered: