RSS Git Download  Clone
  lib initial commit 13 years ago
  test blah 13 years ago
  .gitignore 19B initial commit 13 years ago
  README.md 225B Edited README.md via GitHub 13 years ago
  index.js 35B initial commit 13 years ago
  package.json 431B 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.