Summary
Allows changing the JSON serializer settings.
- Assembly
- Wyam
.Json .dll - Namespace
- Wyam
.Json - Containing Type
- GenerateJson
Syntax
public GenerateJson WithSettings(Action<JsonSerializerSettings> settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Action |
An action that manipulates the serializer settings. |
Return Value
Type | Description |
---|---|
GenerateJson | The current module instance. |