Provide JSON and get a DOM node with a human representation of that JSON.
AtEvent Fabric we need to display JSON to people from all technical levels without being too technical but also without losing information about the underlying JSON object.
you can seejs/demo.js in therepo for an example, here is a short one
var node = JsonHuman.format(input); output.appendChild(node);
edit the JSON and clickConvert
Format Time:
Render Time: