help wantedideas
Repository metrics
- Stars
- (5,360 stars)
- PR merge metrics
- (Avg merge 3d 8h) (5 merged PRs in 30d)
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