JsonRpc.JsonSerializerFormatting Property

Definition

Gets or sets the formatting to use when serializing JSON-RPC messages.

public Newtonsoft.Json.Formatting JsonSerializerFormatting { get; set; }
member this.JsonSerializerFormatting : Newtonsoft.Json.Formatting with get, set
Public Property JsonSerializerFormatting As Formatting

Property Value

Newtonsoft.Json.Formatting

The default value is Newtonsoft.Json.Formatting.Indented.

Applies to