RSS Git Download  Clone
..
  domain.json 688B initial commit 13 years ago
  domain.xml 824B initial commit 13 years ago
  README.md
# 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.