json.js 332 Bytes 1 2 3 4 5 6 7 8 ; (function() { window.require(["ace/snippets/json"], function(m) { if (typeof module == "object" && typeof exports == "object" && module) { module.exports = m; } }); })();