Skip to content

Instantly share code, notes, and snippets.

@hokaccha
Created October 2, 2013 02:51
Show Gist options
  • Select an option

  • Save hokaccha/6788478 to your computer and use it in GitHub Desktop.

Select an option

Save hokaccha/6788478 to your computer and use it in GitHub Desktop.
var obj = {};
obj.toJSON = function() {
return { foo: 'bar' };
};
console.log(JSON.stringify(obj));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment