One minute
Copy to Clipboard in Chrome Console
> const person = { firstName: 'Pawel', lastName: 'Duda' }
> copy(person)
Then paste:
{
"firstName": "Pawel",
"lastName": "Duda"
}
Read other posts
comments powered by Disqus