Type Property 型プロパティ

prettyPrinted

Specifies that the output uses white space and indentation to make the resulting data more readable. 出力が空白と字下げを使うことで結果出力をより読みやすくすることを指定します。

Declaration 宣言

static var prettyPrinted: JSONSerialization.WritingOptions { get }

Discussion 議論

If this option isn’t set, the serialization generates the most compact possible JSON representation. このオプションが設定されないならば、シリアル化は可能な限り最も簡潔なJSON表現を生成します。

See Also 参照

Formatting JSON JSONを書式設定する