jsonstrom
v0.1.0
Published
Streaming JSON file reader library
Downloads
26
Readme
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!