MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / isJson

Method isJson

jlld.js:387–390  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

385 }
386 }
387 isJson(obj) {
388 var isjson = typeof (obj) == "object" && Object.prototype.toString.call(obj).toLowerCase() == "[object object]" && !obj.length;
389 return isjson;
390 }
391 async sendMsg(message) {
392 if (!message) return;
393 if ($.isNode()) {

Callers 1

httpRequestMethod · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected