Copy Data In Chrome
I use this snippet when trying to debug problems in chrome. Or just send example data structures to other devs.
When you are stopped in the debugger open your console and type.
copy(JSON.stringify(data, null, 2))
Now go to your favorite editor and paste!
Written by James Morrin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#