it-tools
it-tools copied to clipboard
json diff tool not right
Describe the bug
when two json has difference, the differences not show the original json text!!! json1: [ { "a": [ "1" ] } ]
json2: [ { "b": [ "2" ] }, { "a": [ "1" ] } ]
differences:
What happened?
A bug happened!
System information
Where did you encounter the bug?
Public app (it-tools.tech)
Hi @javaSnacks, this should be ok now in my fork: https://sharevb-it-tools.vercel.app/json-diff
And 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)