Share via


JsonSerialization.Format Property

Definition

Gets or sets this property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null. Possible values include: 'LineSeparated', 'Array'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.format")]
public string Format { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.format")>]
member this.Format : string with get, set
Public Property Format As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to