https://github.com/cnrdh/newline
newline delimited data tools
https://github.com/cnrdh/newline
deno ndjson
Last synced: 2 months ago
JSON representation
newline delimited data tools
- Host: GitHub
- URL: https://github.com/cnrdh/newline
- Owner: cnrdh
- License: mit
- Created: 2021-03-25T12:30:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T10:00:10.000Z (almost 5 years ago)
- Last Synced: 2026-03-03T08:05:44.874Z (4 months ago)
- Topics: deno, ndjson
- Language: JavaScript
- Homepage: https://deno.land/x/newline
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# newline
Manipulate **newline**-delimited text data using JavaScript running on
[v8](https://v8.dev/features)'s powerful [ECMAScript](https://tc39.es/ecma262/)
engine via [Deno](https://deno.land/).
These tools, inspired by [ndjson-cli](https://github.com/mbostock/ndjson-cli),
allow you to modify, filter, validate, and reduce piped input streams of JSON,
CSV, or other newline formatted text data.
[](https://github.com/cnrdh/newline/actions/workflows/deno.yml)