Summary
Specifies whether the generated JSON should be indented.
- Assembly
- Wyam
.Json .dll - Namespace
- Wyam
.Json - Containing Type
- GenerateJson
Syntax
public GenerateJson WithIndenting(bool indenting = true)
Parameters
Name | Type | Description |
---|---|---|
indenting | bool | If set to true , the JSON is indented. |
Return Value
Type | Description |
---|---|
GenerateJson | The current module instance. |