Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lsmith/208809 to your computer and use it in GitHub Desktop.

Select an option

Save lsmith/208809 to your computer and use it in GitHub Desktop.
delete Object.prototype.toJSON;
delete Array.prototype.toJSON;
delete Hash.prototype.toJSON;
delete Number.prototype.toJSON;
delete Boolean.prototype.toJSON;
delete String.prototype.toJSON;
Object.toJSON = YAHOO.lang.JSON.stringify;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment