Updated Request Matching JsonPathMatcher (markdown)

Stef Heyenrath
2021-10-23 10:01:46 +02:00
parent 3e08f8219b
commit 2a4ab6ba38

@@ -46,10 +46,11 @@ server
}
```
```
``` js
// matching
{ "things": { "name": "RequiredThing" } }
{ "things": [ { "name": "RequiredThing" }, { "name": "Wiremock" } ] }
// not matching
{ "price": 15 }
{ "things": { "name": "Wiremock" } }