expressjs/body-parser

use non blocking json parser

开放

#132 创建于 2015年10月8日

 (17 条评论) (1 个反应) (0 位负责人)JavaScript (709 个派生)batch import
help wantedideas

仓库指标

星标
 (5,360 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南