Enumeration 列挙

NSJSONReadingOptions

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

Declaration 宣言

typedef enum NSJSONReadingOptions : NSUInteger {
    ...
} NSJSONReadingOptions;

Overview 概要

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

Topics 話題

Reading Options 読み出しオプション

See Also 参照

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