CorentinTh / it-tools

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

Json to escaped string #1234

Open agluck91 opened 3 months ago

agluck91 commented 3 months 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 3 months ago

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

agluck91 commented 3 months 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 3 months ago

Hi @agluck91, only @CorentinTh Can merge

surajwy commented 1 month ago

@CorentinTh We need this tool. Can you please merge the PR #966?