Skip to content

Instantly share code, notes, and snippets.

@techkuz
Created June 4, 2018 08:05
Show Gist options
  • Select an option

  • Save techkuz/3d73ce013bf9ee61a8c11a322bc881d9 to your computer and use it in GitHub Desktop.

Select an option

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