it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

json diff tool not right

Open javaSnacks opened this issue 2 months ago • 1 comments

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:

Image

What happened?

A bug happened!

System information

Where did you encounter the bug?

Public app (it-tools.tech)

javaSnacks avatar Oct 13 '25 11:10 javaSnacks

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)

sharevb avatar Nov 02 '25 13:11 sharevb