Copying json objects into the clipboard

Looks like Chrome Dev Tools now provide a nice copy utility to put anything into the clipboard. For ex, to retrieve full json objects:

1
copy(JSON.stringify(obj))
dark
sans