Skip to content

Wrong output for different ordered Json array #42

@Sungur23

Description

@Sungur23

Below comparison result is wrong for json array data with different order

[
{
"id":"1",
"x":"a"
},
{
"id":"2",
"x":"b"
}
]

and

[
{
"id":"2",
"x":"b"
},
{
"id":"1",
"x":"a"
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions