UNICORN - iOS
実体メソッド | 全メンバ一覧
NSData(NSData_SBJsonParsing) カテゴリ

Adds JSON parsing methods to NSData. [詳解]

#import <NSObject+SBJson.h>

実体メソッド

(id) - JSONValue
 Decodes the receiver's JSON data. [詳解]
 

詳解

Adds JSON parsing methods to NSData.

メソッド詳解

- (id) JSONValue

Decodes the receiver's JSON data.

戻り値
the NSDictionary or NSArray represented by the receiver, or nil on error.
参照
JSON to Objective-C

このカテゴリ詳解は次のファイルから抽出されました: