MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / isJson

Method isJson

wxapp/miaoyouHome.js:322–325  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

320 }
321 }
322 isJson(obj) {
323 var isjson = typeof (obj) == "object" && Object.prototype.toString.call(obj).toLowerCase() == "[object object]" && !obj.length;
324 return isjson;
325 }
326 async SendMsg(message) {
327 if (!message) return;
328 if ($.isNode()) {

Callers 1

httpRequestMethod · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected