init(rawValue : UInt)
Creates a set of JSON formatting options from an integer that represents those options.
一揃いのJSON書式設定オプションをそれらオプションを表すある整数から作成します。
Availability 有効性
Technology
struct ReadingOptions, @unchecked Sendable
Use these options when parsing JSON with json
and json
.
これらオプションを、JSONをjson
とjson
で構文解析する時に使ってください。
init(rawValue : UInt)
static var mutableContainers : JSONSerialization.ReadingOptions
static var mutableLeaves : JSONSerialization.ReadingOptions
static var fragmentsAllowed : JSONSerialization.ReadingOptions
static var json5Allowed: JSONSerialization.ReadingOptions
static var topLevelDictionaryAssumed : JSONSerialization.ReadingOptions
static var allowFragments : JSONSerialization.ReadingOptions
class func jsonObject (with: Data, options: JSONSerialization.ReadingOptions) -> Any
class func jsonObject (with: InputStream, options: JSONSerialization.ReadingOptions) -> Any