Skip to content

support object arguments in assertThatJson #5

@goatfryed

Description

@goatfryed

We want to support not only string arguments, but also object arguments.

The difficulty here is that we need to serialize the actual and ensure that the same serialization rules apply to actual and baseline.

json-unit does not expose the internal mapper, so we might want to convert to their model with our own mapping logic. But we should avoid to much overlap with json-unit concerns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions