Skip to content

Introduce escape/unescape and possibly base64 encode/decode features #405

Open
@Tarzan1163

Description

@Tarzan1163

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions