Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonufrienko/json-stream
Read and parse big JSON file with stream in Node.js
https://github.com/sonufrienko/json-stream
Last synced: 23 days ago
JSON representation
Read and parse big JSON file with stream in Node.js
- Host: GitHub
- URL: https://github.com/sonufrienko/json-stream
- Owner: sonufrienko
- Created: 2023-03-19T20:44:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-19T21:47:04.000Z (over 1 year ago)
- Last Synced: 2024-06-11T17:23:56.262Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Read and parse big JSON file with stream in Node.js
Run a script
```sh
npm i
npm start
```