[]
JsonRenderingExtensions settings class.
public class JsonRenderingExtension.Settings : ConfigurableRenderingExtension<JsonRenderingExtension.Settings>.SettingsBase
Name | Description |
---|---|
Settings() | Initializes new Settings instance with default properties values. |
Name | Description |
---|---|
Formatted | Specifies whether to format the output json text to be more readable. |
QuotePropertyNames | Specifies whether property names should be enclosed in quotation marks. |