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

Adds JSON parsing methods to NSString. [詳解]

#import <NSObject+SBJson.h>

実体メソッド

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

詳解

Adds JSON parsing methods to NSString.

メソッド詳解

- (id) JSONValue

Decodes the receiver's JSON text.

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

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