parser:foundArray:
Called if a JSON array is found
- (void)parser:(SBJsonStreamParser *)parser foundArray:(NSArray *)array
Discussion
Called if a JSON array is found
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
Called when a JSON object is found
This method is called if a JSON object is found.
Declared In
SBJsonStreamParserAdapter.h