Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Stringify Tool #1349

Open
3 tasks done
gitmotion opened this issue Oct 17, 2024 · 2 comments · May be fixed by #1351
Open
3 tasks done

JSON Stringify Tool #1349

gitmotion opened this issue Oct 17, 2024 · 2 comments · May be fixed by #1351
Labels
enhancement New feature or request triage

Comments

@gitmotion
Copy link
Contributor

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

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@gitmotion gitmotion added enhancement New feature or request triage labels Oct 17, 2024
@gitmotion
Copy link
Contributor Author

added json stringify / parse tool in PR: #1351
demo

@gitmotion
Copy link
Contributor Author

gitmotion commented Oct 23, 2024

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
  • you may need to clear cache and hard reload to get new features loading

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
  • (installing packages for the first time may take some time but wait till it finishes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
1 participant