0.1.0 • Published 12 years ago

jax v0.1.0

Weekly downloads
1
License
-
Repository
-
Last release
12 years ago

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