Skip to content

Wrong output for different ordered Json array #42

Description

@asungur23

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"
}
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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