mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 08:59:50 +01:00
Updated Response Templating (markdown)
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user