Skip to content

Ignore difference between null or empty array #17

@paulux84

Description

@paulux84

Can be usefull to add a the possibility in LenientJsonArrayPartialMatcher to ignore difference between null array, array field not exist or empty array.
So this three example become the same

{
    name: "example"
    array : null
}
{
    name: "example"
    array : []
}
{
    name: "example"
}

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