static var fragmentsAllowed : JSONSerialization.WritingOptions
Specifies that the parser should allow top-level objects that aren’t arrays or dictionaries.
パーサが配列または辞書ではないトップレベルオブジェクトを許可するべきであることを指定します。
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.
出力がスラッシュ文字の前にエスケープ文字を置かないことを指定します。