Returns whether the given object is a json object
the object to check
whether the given object is a json object
David Hsing
isJsonObject(undefined); // falseisJsonObject({foo: 'bar'}); // true Copy
isJsonObject(undefined); // falseisJsonObject({foo: 'bar'}); // true
Returns whether the given object is a json object