There is no operator as ==

This commit is contained in:
Shivani Singhal 2018-08-21 12:38:14 +05:30
parent 1e3f6aeaa5
commit b5e812060b
1 changed files with 1 additions and 1 deletions

View File

@ -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.