-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
jq.node should support JSON lines and/or simply a stream of \n separated records.
Support this:
$ echo -e '{"foo": "bar"}\n{"baz": "qux"}' | jq '.'
{
"foo": "bar"
}
{
"baz": "qux"
}
mlucool, mickdekkers, rhalff, dosentmatter and dennismphil