json-ml
v1.0.0
Published
## Installation
Downloads
4
Readme
json-ml
Installation
npm i json-ml --save
Usage
var jml = require('json-ml').toHTML;
var html = jml.toHTML(['ul',
['li', { 'style': 'color:red' }, 'First Item'],
['li', { 'title': 'Some hover text.', 'style': 'color:green' }, 'Second Item'],
]);