JsonRpc.JsonSerializerFormatting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.