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 withoutEscapingSlashes : JSONSerialization.WritingOptions
Specifies that the output doesn’t prefix slash characters with escape characters.
出力がスラッシュ文字の前にエスケープ文字を置かないことを指定します。