CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
21.08k stars 2.52k forks source link

Json to escaped string #1234

Open agluck91 opened 1 month ago

agluck91 commented 1 month ago

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

Take in a json value and output escaped string. like this: "{\"hello\":[\"world\"]}"

It should have the option to minify, or be minified by default.

Is their example of this tool in the wild?

https://www.freeformatter.com/json-escape.html#before-output

Additional context

No response

Validations

sharevb commented 1 month ago

Hi @agluck91 , implemented in https://github.com/CorentinTh/it-tools/pull/966

agluck91 commented 1 month ago

Oops, my bad, looked everywhere but the PRs. Looks like it is not yet merged. I don't see it in the production site yet.

sharevb commented 1 month ago

Hi @agluck91, only @CorentinTh Can merge