We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93649af commit 4ee3fb6Copy full SHA for 4ee3fb6
README.rst
@@ -203,7 +203,9 @@ Extensions
203
+--------------+----------------------------------------------+
204
| filter | - $.objects[?(@some_field > 5)] |
205
| | - $.objects[?some_field = "foobar")] |
206
-| | - $.objects[?some_field > 5 & other < 2)] |
+| | - $.objects[?some_field > 5 & other < 2)] and|
207
+| | - $.objects[?some_field>5 |some_field<2)] or |
208
+| | - $.objects[?(!(field>5 | field<2))] not|
209
210
| arithmetic | - $.foo + "_" + $.bar |
211
| (-+*/) | - $.foo * 12 |
0 commit comments