Updated Request Matching JsonPartialWildcardMatcher (markdown)

Stef Heyenrath
2022-02-14 20:56:00 +01:00
parent 174c4300a2
commit dd83d18524

@@ -63,4 +63,7 @@ server
#### IgnoreCase
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.