We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0284b22 commitb12dba9Copy full SHA for b12dba9
README.md
@@ -128,7 +128,7 @@ Prefix expressions are expressions given in the form path (subexpression).
128
In this case path selects JSON values to be checked using given subexpression.
129
Check results are aggregated in the same way as in simple expressions.
130
131
-*`#(a = 1 AND b = 2)` – exists element of array which a key is 1 and b key is1
+*`#(a = 1 AND b = 2)` – exists element of array which a key is 1 and b key is2
132
*`%($ >= 10 AND $ <= 20)` – exists object key which values is between 10 and 20
133
134
Path also could contain following special placeholders with "every" semantics: