Structure

JSONSerialization.ReadingOptions

Options used when creating Foundation objects from JSON data. FoundationオブジェクトをJSONデータから作成する時に使われるオプション。

Declaration 宣言

struct ReadingOptions, @unchecked Sendable

Overview 概要

Use these options when parsing JSON with jsonObject(with:options:) and jsonObject(with:options:). これらオプションを、JSONをjsonObject(with:options:)jsonObject(with:options:)で構文解析する時に使ってください。

Topics 話題

Creating a Reading Options Instance 読み出しオプションインスタンスを作成する

Reading Options 読み出しオプション

Relationships 関係

Conforms To 次に準拠

See Also 参照

Creating a JSON Object JSONオブジェクトを作成する