var exports = module.exports;
/**
*Exports xml2json module.
**/
exports.toJson = require('./xml2json');
/**
* Exports json2xml module.
**/
exports.toXml = require('./json2xml');
| / | Focus search |
| ? | Show this help |
| Esc | Unfocus input |