Skip to content

json diff tool not right #1666

@javaSnacks

Description

@javaSnacks

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)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriage

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions