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