expressjs/body-parser

use non blocking json parser

Open

#132 opened on 2015年10月8日

GitHub で見る
 (17 comments) (1 reaction) (0 assignees)JavaScript (709 forks)batch import
help wantedideas

Repository metrics

Stars
 (5,360 stars)
PR merge metrics
 (平均マージ 3d 7h) (30d で 4 merged PRs)

説明

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

コントリビューターガイド