0.0.1 • Published 8 years ago

json-to-ndjson v0.0.1

Weekly downloads
25
License
GPLv3
Repository
github
Last release
8 years ago

json-to-ndjson

Converts JSON array (or a JSON object containing a JSON array), to NDJSON.

Installation

npm install -g json-to-ndjson

Usage

From stdin:

cat file.json | json-to-ndjson

From file:

json-to-ndjson file.json

Options