UNICORN - iOS
実体メソッド | 全メンバ一覧
<SBJsonStreamParserAdapterDelegate> プロトコル

Delegate for getting objects & arrays from the stream parser adapter. [詳解]

#import <SBJsonStreamParserAdapter.h>

<SBJsonStreamParserAdapterDelegate> の継承関係図
SBJsonStreamParserAccumulator

実体メソッド

(void) - parser:foundArray:
 Called if a JSON array is found. [詳解]
 
(void) - parser:foundObject:
 Called when a JSON object is found. [詳解]
 

詳解

Delegate for getting objects & arrays from the stream parser adapter.

参照
The TweetStream example project.

メソッド詳解

- (void) parser: (SBJsonStreamParser *)  parser
foundArray: (NSArray *)  array 

Called if a JSON array is found.

This method is called if a JSON array is found.

- (void) parser: (SBJsonStreamParser *)  parser
foundObject: (NSDictionary *)  dict 

Called when a JSON object is found.

This method is called if a JSON object is found.


このプロトコル詳解は次のファイルから抽出されました: