Skip to content

Instantly share code, notes, and snippets.

@techkuz
Created June 4, 2018 08:05
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 techkuz/3d73ce013bf9ee61a8c11a322bc881d9 to your computer and use it in GitHub Desktop.
Save techkuz/3d73ce013bf9ee61a8c11a322bc881d9 to your computer and use it in GitHub Desktop.
Display readable javascript object
alert(JSON.stringify(obj, null, 4)); // beautiful indented output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment