FGRibreau / FGRibreau/jq.node

Implement JSON input stream support

Open
#6 1 comment 5 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
481
Forks
28
PR merge metrics
No merged PRs in 30d

Description

jq.node should support [JSON lines](http://jsonlines.org/) and/or simply a stream of ```\n``` separated records.

Support this:
```
$ echo -e '{"foo": "bar"}\n{"baz": "qux"}' | jq '.'
{
"foo": "bar"
}
{
"baz": "qux"
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.