expressjs/body-parser

use non blocking json parser

Open

#132 aperta il 8 ott 2015

Vedi su GitHub
 (17 commenti) (1 reazione) (0 assegnatari)JavaScript (709 fork)batch import
help wantedideas

Metriche repository

Star
 (5360 star)
Metriche merge PR
 (Merge medio 3g 7h) (4 PR mergiate in 30 g)

Descrizione

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

Guida contributor