static let prettyPrinted : JSONEncoder.OutputFormatting
The output formatting option that uses ample white space and indentation to make output easy to read.
出力書式設定オプション、それは豊富な空白と字下げを使って出力を読みやすくします。
static let sortedKeys : JSONEncoder.OutputFormatting
The output formatting option that sorts keys in lexicographic order.
出力書式設定オプション、それはキーそれらを語彙筆記的順序でソートします。
static let withoutEscapingSlashes : JSONEncoder.OutputFormatting
The output formatting option specifies that the output doesn’t prefix slash characters with escape characters.
この出力書式設定オプションは、出力がスラッシュ文字の前にエスケープ文字を置かないことを指定します。