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

貢獻者指南