forked from mirror/gjson
Update README.md
This commit is contained in:
parent
a2f35b522e
commit
b9953e2865
|
@ -98,8 +98,8 @@ friends.#[first%"D*"].last >> "Murphy"
|
||||||
|
|
||||||
## JSON Lines
|
## JSON Lines
|
||||||
|
|
||||||
There also support for [JSON Lines](http://jsonlines.org/) using the `..` prefix.
|
There's support for [JSON Lines](http://jsonlines.org/) using the `..` prefix.
|
||||||
Which when specified, treats the multi-lined document as an array.
|
Which when specified treats the multilined document as an array.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue