expressjs / expressjs/body-parser
use non blocking json parser
Open
help wanted
ideas
- Dominant language
- JavaScript
- Stars
- 5.5k
- Forks
- 767
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 10
Description
Is there an option to use a non blocking (streaming?) json parser ?
The problem with JSON.parse is that it's blocking the event loop and for big json parsing it can be a problem
Contributor guide
Assessment
This issue has not been assessed yet.