expressjs/body-parser

use non blocking json parser

Aberta

#132 aberto em 8 de out. de 2015

 (17 comentários) (1 reação) (0 responsável)JavaScript (709 forks)batch import
help wantedideas

Métricas do repositório

Stars
 (5.360 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador