0.1.0 • Published 2 years ago
jsonstrom v0.1.0
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!
0.1.0
2 years ago