Skip to content

Instantly share code, notes, and snippets.

@remitbri
Created August 5, 2013 19:06
Show Gist options
  • Save remitbri/6158514 to your computer and use it in GitHub Desktop.
Save remitbri/6158514 to your computer and use it in GitHub Desktop.
nifty formatted JSON to your clipboard (via @ryanseddon)
copy(JSON.stringify(data, null, 2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment