Skip to content

Lightweight class which downloads and returns a Dictionary rep of JSON object asynchronously

Notifications You must be signed in to change notification settings

NQuinn27/JSONDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

JSONDownloader

Lightweight class which downloads and returns a Dictionary rep of JSON object asynchronously

####Usage import "JSONDownloader.h"

JSONDownloader *downloader = [[JSONDownloader alloc] init];

[downloader getJSONDataFromURL:[NSURL URLWithString:@"someURLString"] callback:^(NSDictionary *response){
    //Deal with response callback here
}];

####Errors An error will be passed back in Dictionary form

Key: ERROR!
Value: Error 

About

Lightweight class which downloads and returns a Dictionary rep of JSON object asynchronously

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published