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

Method isJson

ruilanCar.js:338–341  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

336 }
337 }
338 isJson(obj) {
339 var isjson = typeof (obj) == "object" && Object.prototype.toString.call(obj).toLowerCase() == "[object object]" && !obj.length;
340 return isjson;
341 }
342 async sendMsg(message) {
343 if (!message) return;
344 if ($.isNode()) {

Callers 1

httpRequestMethod · 0.45

Calls 1

callMethod · 0.80

Tested by

no test coverage detected