kotlin-wiremock
kotlin-wiremock copied to clipboard
Check json equality non
Proposal
Add support for JSON array order indeference:
Less strict matching
By default different array orderings and additional object attributes will trigger a non-match. However, both of these conditions can be disabled individually.
JavaJSONCopy .withRequestBody(equalToJson("{ "total_results": 4 }", true, true))
References
No response