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.
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.