RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: markdown Binary: false


Hang on, we reloading big blames...
# XML to JSON converter ## Use ```javascript var parser = require('xml2json'); var xml = "<foo>bar</foo>" var json = parser.toJson(xml); console.log(json); ``` ## License Copyright 2011 BugLabs Inc. All rights reserved.