node-jsonl
NodeJS Iterate over JSONL Line Delimited JSON
Install
Using Yarn:
yarn add node-jsonl
or using NPM:
npm install --save node-jsonl
Import Module
CommonJS
const jsonl = ;
Typescript (ES6)
;
Quickstart
example.jsonl
Read JSONL one line at a time
while true
Read JSONL multiple lines at a time
while true