Specifies whether the generated JSON should be indented.
- Namespace
- Statiq
.Core - 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. |