Playlist Generator  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Public Member Functions
<SBJsonStreamParserAdapterDelegate> Protocol Reference

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

#import <SBJsonStreamParserAdapter.h>

Inheritance diagram for <SBJsonStreamParserAdapterDelegate>:
SBJsonStreamParserAccumulator

List of all members.

Public Member Functions

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

Detailed Description

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

See also:
The TweetStream example project.

Member Function Documentation

- (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.


The documentation for this protocol was generated from the following file: