mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Request Matching JsonPathMatcher Partially #605
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hmiguel on GitHub (Jun 4, 2024).
Originally assigned to: @StefH on GitHub.
Hello, I'm trying to match a json path partially, but I'm not sure how to do it.
Here's what I have:
My expectation is that both requests match, but the second one fails.
The same approach using JmesPathMatching works fine.
WireMock.Net: 1.5.56
@StefH commented on GitHub (May 2, 2025):
@hmiguel
In that case, did you try these?
@StefH commented on GitHub (Dec 5, 2025):
@hmiguel
In that case, did you try these?
https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonPartialMatcher
https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonPartialWildcardMatcher