-
Someone please convince me this is a bad idea to include in my (theroteical software): Object.prototype.toString = function() { return JSON.stringify(this); }; Though I wonder how many libraries rely on "[object Object]" - I guess you could grep to check.
-
PSA: this isn't a suggestion to start using this, just an exploration of an idea!!!