An open API service indexing awesome lists of open source software.

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

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.

[![Deno](https://github.com/cnrdh/newline/actions/workflows/deno.yml/badge.svg)](https://github.com/cnrdh/newline/actions/workflows/deno.yml)