control-freak-ide/Code/client/build/davinci/dojo/_base/json.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

3 lines
362 B
JavaScript

//>>built
define("dojo/_base/json",["./kernel","../json"],function(a,c){a.fromJson=function(a){return eval("("+a+")")};a._escapeString=c.stringify;a.toJsonIndentStr="\t";a.toJson=function(d,e){return c.stringify(d,function(a,b){return b&&(a=b.__json__||b.json,"function"==typeof a)?a.call(b):b},e&&a.toJsonIndentStr)};return a});
//# sourceMappingURL=json.js.map