Json Path pattern $..groups[?(@.name)].name json body {"groups": [ {"name": "g1"}, {"name": "g2"} ] } result [ "g1", "g2" ]