Open
Description
While working with JSON, it is often copied from logs or any kind of outputs, and also inserted into configurations or variables.
Because of that, it would be very helpful to have at least escape/unescape features integrated into JSON Editor Online instead of using 3rd party software.
It would be also beneficial to introduce simple base64 encode/decode features as JSON often represents binary payload in all kinds of communications.
I propose simple combo box with several items (operations) that would take currently entered text, perform selected operation and copy result to clipboard:
- escape
- unescape
- encode (base64)
- decode (base64)