Skip to content

alexanderGugel/json-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-ml

Installation

npm i json-ml --save

Usage

var jml = require('json-ml');

var html = jml.toHTML(['ul',
    ['li', { 'style': 'color:red' }, 'First Item'],
    ['li', { 'title': 'Some hover text.', 'style': 'color:green' }, 'Second Item']
]);

About

A simple JSON Markup Language (JsonML) implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published