mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-18 07:00:04 +02:00
Updated Response Templating (markdown)
@@ -74,6 +74,8 @@ Besides a random text string, it's also possible to generate this random data:
|
|||||||
- MAC Address: `"{{Random Type=\"MACAddress\"}}"`
|
- MAC Address: `"{{Random Type=\"MACAddress\"}}"`
|
||||||
- For more details on the supported random data types, see [RandomDataGenerator.Net](https://github.com/StefH/RandomDataGenerator);
|
- For more details on the supported random data types, see [RandomDataGenerator.Net](https://github.com/StefH/RandomDataGenerator);
|
||||||
|
|
||||||
|
Note: instead of using `\"` in above examples, you can also use `'`.
|
||||||
|
|
||||||
### JsonPath support
|
### JsonPath support
|
||||||
JsonPath support is also present (internal logic is based on Newtonsoft.Json).
|
JsonPath support is also present (internal logic is based on Newtonsoft.Json).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user