Updated Response Templating (markdown)

Stef Heyenrath
2018-11-09 11:33:57 +01:00
parent d1b0346b33
commit 93a2d4d49e

@@ -74,6 +74,8 @@ Besides a random text string, it's also possible to generate this random data:
- MAC Address: `"{{Random Type=\"MACAddress\"}}"`
- 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 is also present (internal logic is based on Newtonsoft.Json).