This commit is contained in:
shivi28 2018-08-21 07:13:22 +00:00 committed by GitHub
commit b9f4341b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.