Playlist Generator
1.0
|
#import <ReadPlaylistSuggestions.h>
Public Member Functions | |
(id) | - initWithJsonData: |
(int) | - calculateNumberOfSongs |
(NSMutableArray *) | - getArtistList |
(NSMutableArray *) | - getTrackList |
(NSArray *) | - getSongsArray |
Protected Attributes | |
NSData * | jsonData |
NSString * | jsonString |
NSDictionary * | jsonRootDictionary |
SBJsonParser * | parser |
- (int) calculateNumberOfSongs |
- (NSMutableArray *) getArtistList |
- (NSArray *) getSongsArray |
- (NSMutableArray *) getTrackList |
- (id) initWithJsonData: | (NSData *) | data |
- (NSData*) jsonData [protected] |
- (NSDictionary*) jsonRootDictionary [protected] |
- (NSString*) jsonString [protected] |
- (SBJsonParser*) parser [protected] |