Definition

Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core.Renderers Inheritance: System.Object

Syntax

CloudNimble.DotNetDocs.Core.Renderers.JsonRendererOptions

Summary

Configuration options for the JsonRenderer.

Constructors

.ctor

Syntax

public JsonRendererOptions()

Properties

SerializerOptions

Gets or sets the JsonSerializerOptions to use for serialization.

Syntax

public System.Text.Json.JsonSerializerOptions SerializerOptions { get; set; }

Property Value

Type: System.Text.Json.JsonSerializerOptions

Remarks

If not specified, uses default options with camelCase naming, indented output, null value ignoring, and enum string conversion.