diff --git a/Response-Templating.md b/Response-Templating.md index d3c2079..f8e78bc 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -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).