static var prettyPrinted : JSONSerialization.WritingOptions
Specifies that the output uses white space and indentation to make the resulting data more readable.
出力が空白と字下げを使うことで結果出力をより読みやすくすることを指定します。
static var sortedKeys : JSONSerialization.WritingOptions
Specifies that the output sorts keys in lexicographic order.
出力がキーを語彙筆記的順序でソートすることを指定します。
static var withoutEscapingSlashes : JSONSerialization.WritingOptions
Specifies that the output doesn’t prefix slash characters with escape characters.
出力がスラッシュ文字の前にエスケープ文字を置かないことを指定します。