json-two-xml
v1.0.0
Published
Convert a JSON object to a simple XML structure
Downloads
2
Readme
json-to-xml
Convert a JSON object to a simple XML structure
Usage
const
convert = require('json-to-xml'),
json = {
foo: 'bar',
baz: 'unit'
},
xml = convert('thingy', json);
Requirements
- NodeJS v6+ (Default parameters)