From 4b8623b9d61c9ea62285de3a6e2cee8cb9f75db0 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 9 Feb 2018 19:51:56 -0700 Subject: [PATCH] minor edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ddb7ea..4f9992e 100644 --- a/README.md +++ b/README.md @@ -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{