Skip to content

Collection type comparison error #8

Description

@BigGodKiKi

Json1:
{
"a": [ 1, 2, 3, 5 ],
"b": "b1"
}

Json2:
{
"a": [ 2, 3, 4 ],
"b": "b2"
}

Difference Result:
{
"changed": {
"a": [ 2, 3, 4, 5 ],
"b": "b2"
}
}

Difference Result (showOriginalValues=True) :
{
"changed": {
"a": [ 2, 3, 4, 5 ],
"b": "b1"
}
}

"The comparison results of "a" cannot be distinguished from each other, and 5 has been deleted. Why does it appear in the results?"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions