Skip to content

Instantly share code, notes, and snippets.

@Ibro
Last active April 26, 2017 04:56
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 Ibro/55e170e542a9e18bbd383f73c293e509 to your computer and use it in GitHub Desktop.
Save Ibro/55e170e542a9e18bbd383f73c293e509 to your computer and use it in GitHub Desktop.
JavaScript symbols JSON.stringify - Coding Blast - www.codingblast.com
let serialized = JSON.stringify(obj);
console.log(serialized); // {"a":13}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment