microjungle JsonML to DocumentFragment

Based on https://github.com/deepsweet/microjungle

Ekde 2016/12/09. Vidu La ĝisdata versio.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/25520/162317/microjungle%20JsonML%20to%20DocumentFragment.js

Aŭtoro
Spooky Donkey
Versio
2
Kreita
2016/12/08
Ĝisdatigita
2016/12/09
Size
1,3 kb
Licenco
N/A

var mj = new MicrojungleJsonMLtoDocumentFragment(); var jm = [["div", {class: "fun"}, "hello"]]; mj(jm).firstElementChild.outerHTML === "

hello
";//true