Skip to content

Releases: mikaello/re-ndjson

v1.1.0

18 Jun 18:21
7372d31
Compare
Choose a tag to compare

Now accepting input from stdin.

E.g. cat test.json | ndjson -j - will read test.json from stdin, and convert to ndjson-format (and print it to stdout).

NB. Attached binary is for OSX users only, Linux and Windows users need to build their own (see README)

v1.0.0

10 Jun 19:50
Compare
Choose a tag to compare

Unfortunately I only have OSX binary in this release. If you want to you could build your own binary, check out the README.