From 0aa7326281e132929852af59cf497a5796574324 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 23 Jul 2014 15:06:19 +0200 Subject: [PATCH] Add JSONStream to Parsing --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d989264..0d8cc91 100644 --- a/readme.md +++ b/readme.md @@ -198,6 +198,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [marked](https://github.com/chjj/marked) - A markdown parser and compiler built for speed. - [js-yaml](https://github.com/nodeca/js-yaml) - Very fast YAML parser. - [URI.js](https://github.com/medialize/URI.js) - URL mutation. +- [JSONStream](https://github.com/dominictarr/JSONStream) - Streaming JSON.parse and stringify. ### Humanize