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)