callumlocke / json-formatter

Makes JSON easy to read.
https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en
BSD 3-Clause "New" or "Revised" License
3.76k stars 859 forks source link

Add copy button for strings #274

Open CampAsAChamp opened 4 months ago

CampAsAChamp commented 4 months ago

Add's a copy button for strings which will copy the text to the clipboard on click.

Can potentially add to other data types or make into a common function, but since all of the other data types are relatively easy to copy and paste (double click) I figured I'd only add to strings for now.

Strings can have - or _ making them unable to double click and get the whole string to copy and paste.

I was not able to get the local dev setup to match the live one, mine had much different formatting so please let me know how to fix this.

image