Skip to content

Instantly share code, notes, and snippets.

@BytefishMedium
Created February 8, 2022 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BytefishMedium/b2bc78cc933ccedd9da16c106608d7c1 to your computer and use it in GitHub Desktop.
Save BytefishMedium/b2bc78cc933ccedd9da16c106608d7c1 to your computer and use it in GitHub Desktop.
let obj = {
x: 5,
y: 6,
toJSON: function(){
return 'a string create by toJSON'
}
}
console.log(JSON.stringify(obj))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment