mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:14:23 +01:00
Updated Request Matching JsonPathMatcher (markdown)
@@ -46,10 +46,11 @@ server
|
||||
}
|
||||
```
|
||||
|
||||
```
|
||||
``` js
|
||||
// matching
|
||||
{ "things": { "name": "RequiredThing" } }
|
||||
{ "things": [ { "name": "RequiredThing" }, { "name": "Wiremock" } ] }
|
||||
|
||||
// not matching
|
||||
{ "price": 15 }
|
||||
{ "things": { "name": "Wiremock" } }
|
||||
|
||||
Reference in New Issue
Block a user