From b12dba9b1f73ef525aa013b8816402fdc7d77a94 Mon Sep 17 00:00:00 2001 From: Boris Gorbylev Date: Thu, 24 Sep 2015 08:28:46 +0300 Subject: [PATCH] Minor fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d011ca6..21ecddf 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Prefix expressions are expressions given in the form path (subexpression). In this case path selects JSON values to be checked using given subexpression. Check results are aggregated in the same way as in simple expressions. - * `#(a = 1 AND b = 2)` – exists element of array which a key is 1 and b key is 1 + * `#(a = 1 AND b = 2)` – exists element of array which a key is 1 and b key is 2 * `%($ >= 10 AND $ <= 20)` – exists object key which values is between 10 and 20 Path also could contain following special placeholders with "every" semantics: