jsonml-html
v1.2.1
Published
JSONML-HTML is a JavaScript library that allows you to convert JSONML (JSON Markup Language) into HTML.
Readme
jsonml-html
JSONML-HTML is a JavaScript library that allows you to convert JSONML (JSON Markup Language) into HTML.
This library has been created to render the output of the DevTools console formatters, directly in the browser, in particular for the immutable.js documentation and playground.
Origin
It is based upon jsonml.js package, with some differences:
- It does handle the special
objecttag name, which is used in console formatters to generate child objects. - It does not handle IE compatibility anymore.
- It does not "handler" functions starting with "on"
- It dropped the
rawfunction and theMarkupclass, and the specific error handling.
