I am doing a console.log statement in my javascript in order to log a javascript object. I\'m wondering if there\'s a way, once that\'s done - to copy that object as javascr
Add this to your console and execute
copy(JSON.stringify(foo));
This copies your JSON to clipboard