jsonstrom

0.1.0 • Public • Published

JSONStrom

Streaming JSON file reader library. Works well for large files.

Usage

const { count } = await jsonstrom('codes.json', async function ({ value }) {
  // The read object is available here
  console.log(value)
})

WTFPL Licensed. Enjoy!

Readme

Keywords

none

Package Sidebar

Install

npm i jsonstrom

Weekly Downloads

4

Version

0.1.0

License

WTFPL

Unpacked Size

1.56 kB

Total Files

3

Last publish

Collaborators

  • eldoy