JSFiddle - React, Tailwind, and code Playground
JavaScript
var obj = {"hello":"world", "Test":["hello"]}
//document.body.innerHTML = "";
document.body.appendChild(document.createTextNode(JSON.stringify(obj, null, 4)));
var obj = {"hello":"world", "Test":["hello"]}
//document.body.innerHTML = "";
document.body.appendChild(document.createTextNode(JSON.stringify(obj, null, 4)));