Skip to main content

JsonSerializationOptions Class

NuGet: GHIElectronics.TinyCLR.Data.Json
Assembly: GHIElectronics.TinyCLR.Data.Json
Namespace: GHIElectronics.TinyCLR.Data.Json

Options that control how JSON text is formatted during serialization.

public class JsonSerializationOptions

Properties

Indented

public bool Indented { get; set; }

Gets or sets whether the JSON output is indented and line-wrapped.