expressjs/body-parser

use non blocking json parser

Open

#132 ouverte le 8 oct. 2015

Voir sur GitHub
 (17 commentaires) (1 réaction) (0 assignés)JavaScript (709 forks)batch import
help wantedideas

Métriques du dépôt

Stars
 (5 360 stars)
Métriques de merge PR
 (Merge moyen 3j 7h) (4 PRs mergées en 30 j)

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

Guide contributeur