CorentinTh / it-tools

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

JSON Stringify Tool #1349

Open gitmotion opened 1 month ago

gitmotion commented 1 month ago

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

Ability to paste in text and return it in json-compatible format using JSON stringify

For Example: Paste in text with line breaks and it should return the json version of it escaping the linebreaks with \r\n

Is their example of this tool in the wild?

https://jsonformatter.org/json-stringify-online

Additional context

No response

Validations

gitmotion commented 1 month ago

added json stringify / parse tool in PR: https://github.com/CorentinTh/it-tools/pull/1351 demo

gitmotion commented 1 month ago

since PRs are a bit backed up you can use this image in your docker-compose file if you want this functionality along with my other additions as well until the main branch has been updated:

docker image:

ghcr.io/gitmotion/it-tools:latest

OR locally

from github repo (copy & paste oneliner):

git clone -b gitmotion/main https://github.com/gitmotion/it-tools.git && cd it-tools/ && pnpm i && pnpm dev