sileht / python-jsonpath-rw-ext

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

How to use the filter expression like $.objects[?(@some_field > 5)] #15

Closed iwanglian closed 7 years ago

iwanglian commented 7 years ago

In the doc, there are 3 example of filter , how to use the first one?

$.objects[?(@some_field > 5)] $.objects[?some_field = "foobar")] $.objects[?some_field > 5 & other < 2)]

ivanli1990 commented 5 years ago

I meet this issue too. I don't know how to use 'Extensions'. Examples could not be easy to understand.