文書   >   Foundation   >   Archives and Serialization   >   JSONSerialization   >   JSONSerialization.WritingOptions   >   prettyPrinted
型プロパティ
prettyPrinted
空白とインデントを使用して出力をより読みやすくする書き込みオプション。
宣言
議論
このオプションを設定しないと、最もコンパクトな JSON 表現が生成されます。
以下も見よ
JSON のフォーマット
static var sortedKeys: JSONSerialization.WritingOptions
キーを辞書順にソートする書き込みオプション。
init(rawValue: UInt)
これらのオプションを表す整数から JSON 書式設定オプションのセットを作成します。