Declared in SBJsonStreamParserAdapter.h

Overview

Delegate for getting objects & arrays from the stream parser adapter

Tasks

Instance Methods

parser:foundArray:

Called if a JSON array is found

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

Discussion

This method is called if a JSON array is found.

Declared In

SBJsonStreamParserAdapter.h

parser:foundObject:

Called when a JSON object is found

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

Discussion

This method is called if a JSON object is found.

Declared In

SBJsonStreamParserAdapter.h