JsonWriterOptions.Indented プロパティ

定義

入れ子になった JSON トークンのインデント、新しい行の追加、プロパティ名と値の間の空白の追加など、 Utf8JsonWriter が 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 出力が書式設定されている場合。JSON が余分な空白なしで書き込まれる場合に false します。 既定値は false です。

適用対象