Skip to content

Instantly share code, notes, and snippets.

@matthewhartman
Last active May 4, 2019 02:57
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 matthewhartman/884b0a5df93ac4abf7f25167401e97ec to your computer and use it in GitHub Desktop.
Save matthewhartman/884b0a5df93ac4abf7f25167401e97ec to your computer and use it in GitHub Desktop.
Console Log Object and Output to JSON
// in dev tools, right click on object and `store as global variable`
JSON.stringify(temp1, null, 2) // 2 tab spacing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment