mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-28 19:27:05 +02:00
Updated Request Matching JsonPartialWildcardMatcher (markdown)
@@ -64,3 +64,6 @@ server
|
|||||||
#### IgnoreCase
|
#### IgnoreCase
|
||||||
It's also possible to use set `IgnoreCase` to true, this means that the PropertNames and PropertyValues will be matched regarding any case.
|
It's also possible to use set `IgnoreCase` to true, this means that the PropertNames and PropertyValues will be matched regarding any case.
|
||||||
Same logic as the normal JsonMatcher.
|
Same logic as the normal JsonMatcher.
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
- For now it's only possible to use this matcher to match on string-values.
|
||||||
Reference in New Issue
Block a user