help wantedideas
Métricas do repositório
- Stars
- (5.360 stars)
- Métricas de merge de PR
- (Mesclagem média 3d 7h) (4 fundiu PRs em 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