Skip to content

Instantly share code, notes, and snippets.

@oliviernt
Last active January 11, 2018 07:39
Show Gist options
  • Save oliviernt/2f2835922496a4f966987ee23c85be7e to your computer and use it in GitHub Desktop.
Save oliviernt/2f2835922496a4f966987ee23c85be7e to your computer and use it in GitHub Desktop.
Convert object to json and copy to clipboard in Chrome Developer Console
// Convert object to json and copy to clipboard in Chrome Developer Console
copy(JSON.stringify(o))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment