mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 08:48:28 +02:00
Updated Request Matching JsonPartialWildcardMatcher (markdown)
@@ -63,4 +63,7 @@ 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