jax
v0.1.0
Published
Convert JSON from GData API's back to XML
Downloads
236
Readme
jax
Convert JSON to XML. Useful for converting Google API JSON structures back to XML.
Installation
npm install jax
Usage
var jax = require("jax");
inputJSON = fs.readFileSync("data.json", "utf-8");
outputXML = jax(input);
See example/input.json and example/output.xml for sample data format
License
MIT