Created
August 28, 2012 01:29
-
-
Save wess/3494099 to your computer and use it in GitHub Desktop.
JSON FOR F'ING BROWNIES.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSURL *url = [NSURL URLWithString:@"http://rigmonkeyapp.com/wp-admin/admin-ajax.php?action=wpp_export_properties&api=343cae213812a8662431a29c5e6ddcc20154219b&format=json&limit=5"]; | |
NSURLRequest *request = [NSURLRequest requestWithURL:articleURL]; | |
NSData *data = [NSURLConnection sendSynchronousRequest:request returningResponse:nil error:nil]; | |
NSDictionary *result = [NSJSONSerialization JSONObjectWithData:data options:0 error:nil]; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lol @ F'ING BROWNIES