JsonWriterOptions.Indented プロパティ

定義

Utf8JsonWriter が JSON 出力を書式設定する必要があるかどうかを示す値を、取得または設定します。この書式設定には、入れ子になった JSON トークンのインデント、新規行の追加、プロパティ名と値の間への空白の挿入などが含まれます。

public:
 property bool Indented { bool get(); void set(bool value); };
public bool Indented { get; set; }
member this.Indented : bool with get, set
Public Property Indented As Boolean

プロパティ値

true JSON 出力が書式設定されている場合は 。 false JSON が余分な空白なしで書き込まれる場合は 。 既定値は、false です。

適用対象