jsonml 0.1.9
jsonml: ^0.1.9 copied to clipboard
Library for converting to and from JsonML. Can display JsonML in the DOM and can convert JsonML to and from HTML representations.
This directory includes two examples:
domtest.darttakes an HTML string, parses it to JSONML, then renders the JSONML to the web page.svgtest.dartdoes the same with an SVG string.
Both of these only work on the web.