From 33efad74114df3d6435d725032994b8093d10724 Mon Sep 17 00:00:00 2001 From: Uzzal Devkota Date: Wed, 7 Oct 2015 22:40:10 +0700 Subject: [PATCH] Close #368 PR: Add xml2js to parsing. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 311f20b..a273da4 100644 --- a/readme.md +++ b/readme.md @@ -417,6 +417,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Stylecow](https://github.com/stylecow/stylecow) - Parse, manipulate and convert modern CSS to make it compatible with all browsers. Extensible with plugins. - [js-yaml](https://github.com/nodeca/js-yaml) - Very fast YAML parser. - [excel-stream](https://github.com/dominictarr/excel-stream) - Streaming Excel spreadsheet to JSON parser. +- [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) - XML to JavaScript object converter. ### Humanize