UNPKG

xml2json

Version:

Converts xml to json and vice-versa, using node-expat.

5 lines (3 loc) • 110 B
var exports = module.exports; exports.toJson = require('./xml2json'); exports.toXml = require('./json2xml');