sileht / python-jsonpath-rw-ext

Extensions for JSONPath RW
Apache License 2.0
59 stars 19 forks source link

can filter extension find all #8

Closed nevor1530 closed 8 years ago

nevor1530 commented 8 years ago

hi, I try the filter extension like this $..Children[?Name='somename'].Children[0].Content

it only returns one result. Can some how to find all?