expressjs/body-parser

use non blocking json parser

Open

#132 创建于 2015年10月8日

在 GitHub 查看
 (17 评论) (1 反应) (0 负责人)JavaScript (709 fork)batch import
help wantedideas

仓库指标

Star
 (5,360 star)
PR 合并指标
 (平均合并 3天 7小时) (30 天内合并 4 个 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

贡献者指南