static var mutableContainers : JSONSerialization.ReadingOptions
Specifies that arrays and dictionaries in the returned object are mutable.
返されるオブジェクトの中の配列と辞書が可変であることを指定します。
static var mutableLeaves : JSONSerialization.ReadingOptions
Specifies that leaf strings in the JSON object graph are mutable.
JSONオブジェクトグラフの中のリーフ文字列が可変であることを指定します。
static var fragmentsAllowed : JSONSerialization.ReadingOptions
Specifies that the parser allows top-level objects that aren’t arrays or dictionaries.
パーサが配列または辞書でないトップレベルオブジェクトを許可することを指定します。
static var json5Allowed: JSONSerialization.ReadingOptions
Specifies that reading serialized JSON data supports the JSON5 syntax.
シリアル化されたJSONデータの読み出しがJSON5構文をサポートすることを指定します。
static var topLevelDictionaryAssumed : JSONSerialization.ReadingOptions
Specifies that the parser assumes the top level of the JSON data is a dictionary, even if it doesn’t begin and end with curly braces.
JSONデータのトップレベルが辞書であるとパーサが仮定することを指定します、たとえそれが波括弧で開始そして終了しないとしても。