static var fragmentsAllowed : JSONSerialization.WritingOptions
Specifies that the parser should allow top-level objects that aren’t arrays or dictionaries.
パーサが配列または辞書ではないトップレベルオブジェクトを許可するべきであることを指定します。
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.
出力がキーを語彙筆記的順序でソートすることを指定します。