From b5e812060b2de9d844bf0eef0e18e0872b513d64 Mon Sep 17 00:00:00 2001 From: Shivani Singhal Date: Tue, 21 Aug 2018 12:38:14 +0530 Subject: [PATCH] There is no operator as == --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70240d9..493f909 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ For example: ..1 >> {"name": "Alexa", "age": 34} ..3 >> {"name": "Deloise", "age": 44} ..#.name >> ["Gilbert","Alexa","May","Deloise"] -..#[name="May"].age >> 57 +..#[name=="May"].age >> 57 ``` The `ForEachLines` function will iterate through JSON lines.