Skip to content

Instantly share code, notes, and snippets.

@ivarsmas
Last active March 28, 2016 10:26
Show Gist options
  • Select an option

  • Save ivarsmas/c75dcc5f68f6631ce5df to your computer and use it in GitHub Desktop.

Select an option

Save ivarsmas/c75dcc5f68f6631ce5df to your computer and use it in GitHub Desktop.
Equivalent PHP print_r() on Javascript
console.log(JSON.stringify(data, null, ' '));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment