expressjs/body-parser

use non blocking json parser

Open

#132 geöffnet am 8. Okt. 2015

Auf GitHub ansehen
 (17 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (709 Forks)batch import
help wantedideas

Repository-Metriken

Stars
 (5.360 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 7h) (4 gemergte PRs in 30 T)

Beschreibung

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