A more powerful json toolbox
What type of request is this?
New feature for an existing tool
Clear and concise description of the feature you are proposing
json diff:
- before diff,support sorting keys, formating and escaping;
- allow uploading files
- support editor and error highlight
- use text-diff when json is invalid
- support share links
Is their example of this tool in the wild?
- diff share example: https://json4u.com?share=puFDTE
- web: https://json4u.com
- docs: https://json4u.com/guide/index.html
Additional context
json4u.com is not opensource, from it's changelog, some of it's features use the jq(Wasm)
Validations
- [X] Check the feature is not already implemented in the project.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- [X] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
Hi @shuaiyy, some tool in PR : https://github.com/CorentinTh/it-tools/pulls?q=is%3Aopen+is%3Apr+author%3Asharevb+json
Hi @shuaiyy, diff share is not possible as there is no server side in this project
Hi @shuaiyy , many json tools in my fork if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made 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)