minor edits

This commit is contained in:
Josh Baker
2018-02-09 19:51:56 -07:00
committed by GitHub
parent 749b396bb9
commit 4b8623b9d6

View File

@@ -99,7 +99,7 @@ friends.#[first%"D*"].last >> "Murphy"
## JSON Lines
There's support for [JSON Lines](http://jsonlines.org/) using the `..` prefix.
Which when specified treats the multilined document as an array.
Which when used treats the multilined document as an array.
For example:
@@ -118,7 +118,7 @@ For example:
..#[name="May"].age >> 57
```
The `ForEachLines` function will iterate through lines.
The `ForEachLines` function will iterate through JSON lines.
```go
gjson.ForEachLine(json, func(line gjson.Result) bool{