Updated Response Templating (markdown)

Stef Heyenrath
2024-05-29 08:13:32 +02:00
parent 2e4f44fd6d
commit e9b212671d

@@ -144,7 +144,7 @@ Two functions are present:
2. JsonPath.SelectTokens
### JsonPath.SelectToken
This can be used in C# like:
#### This can be used in C# like:
```csharp
var server = WireMockServer.Start();
server
@@ -167,7 +167,7 @@ When returning a more complex Json Body like this:
You need to to use single quote (`'`) instead of escaped double quotes (`\"`) because of some parsing error @ Handlebars.Net (see also #1108).
Or using the admin mapping file:
#### Or using the admin mapping file:
``` js
{
"Request": {