xml-mapping
Advanced tools
Comparing version
{ | ||
"name": "xml-mapping", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>", | ||
"contributors": [], | ||
"description": "provide a bidirectionnal mapping between XML and JS data Structure (aka JSON)", | ||
"keywords": [ | ||
"tags": [ | ||
"xml", | ||
@@ -9,0 +9,0 @@ "json", |
# xml2json and json2xml for NodeJS | ||
It's native javascript implementation of bidirectionnal mapping between XML and JS data structure (aka JSON)", | ||
It's native javascript implementation of a bidirectional converter between XML and JS data structure (aka JSON). | ||
You can convert any type of XML documents in an Javascript data structure. | ||
@@ -29,3 +29,6 @@ You can also do the reverse, converting a Javascript data structure in XML String. XML is still valid. | ||
# Convention | ||
The rules for converting XML to JSON are those used by Google in its GData protocol. More information here : http://code.google.com/apis/gdata/docs/json.html | ||
# Tests | ||
@@ -32,0 +35,0 @@ |
30820
0.55%63
5%