Skip to content

feat(new tool): JSON string converter #1351

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gitmotion
Copy link
Contributor

@gitmotion gitmotion commented Oct 17, 2024

Fix: #1349
preview here: https://gitmotion-it-tools-beta.vercel.app/json-string-converter

  • added json stringify and json parse functionality
    demo
Want this change?

Check it out here: (https://gitmotion-it-tools-beta.vercel.app/json-string-converter)

You can use my image in your docker-compose file if you want this functionality along with my other additions until the main branch has been updated. view full list of features added in readme

Installation methods

Docker Image Local Installation
ghcr.io/gitmotion/it-tools:latest git clone -b gitmotion/main https://github.com/gitmotion/it-tools.git && cd it-tools/ && pnpm i && pnpm dev
replace your current image with this image copy & paste oneliner (from github repo)
You may need to clear cache and hard reload to get new features loading Installing packages for the first time may take some time; please wait until it finishes

Copy link

vercel bot commented Oct 17, 2024

@gitmotion is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel.

A member of the Team first needs to authorize it.

@gitmotion gitmotion force-pushed the feat/json-string-converter branch 2 times, most recently from 7344e3f to 4bc867b Compare October 17, 2024 23:46
@gitmotion gitmotion mentioned this pull request Oct 17, 2024
3 tasks
@gitmotion gitmotion force-pushed the feat/json-string-converter branch 4 times, most recently from aa01441 to 94de5f7 Compare October 24, 2024 20:17
@gitmotion gitmotion force-pushed the feat/json-string-converter branch 5 times, most recently from f448d93 to 1078fdb Compare October 25, 2024 22:07
@gitmotion gitmotion force-pushed the feat/json-string-converter branch from 1078fdb to f536ae7 Compare October 28, 2024 16:26
Copy link

@Mickls
Copy link

Mickls commented May 22, 2025

Hello, I am very interested in this feature. Is it possible for it to be merged into the main branch?

@gitmotion
Copy link
Contributor Author

Hello, I am very interested in this feature. Is it possible for it to be merged into the main branch?

i believe this pr has gone stale and not sure if the repo is being maintained for new features anymore (only bugs fixes)

  • i can totally update this if that's not the case
  • for the time being you can use my docker image using ghcr.io/gitmotion/it-tools:latest which contains all my updates/fixes
  • or access it here hosted via vercel: https://gitmotion-it-tools-beta.vercel.app/
  • i have my changes set to always show as new at the moment just so you can see what was added

hope that helps!

@Mickls
Copy link

Mickls commented May 23, 2025

Hello, I am very interested in this feature. Is it possible for it to be merged into the main branch?

i believe this pr has gone stale and not sure if the repo is being maintained for new features anymore (only bugs fixes)

  • i can totally update this if that's not the case
  • for the time being you can use my docker image using ghcr.io/gitmotion/it-tools:latest which contains all my updates/fixes
  • or access it here hosted via vercel: https://gitmotion-it-tools-beta.vercel.app/
  • i have my changes set to always show as new at the moment just so you can see what was added

hope that helps!

Thank you for your message and for providing the Docker image link. It reduces a lot of repetitive work for me.

@sharevb
Copy link
Contributor

sharevb commented May 25, 2025

Hi @gitmotion , @Mickls , I also made a fork (with almost all my PR and many of others) : if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON Stringify Tool
3 participants