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