Tôi nghĩ bạn chỉ cần có tham chiếu hai lớp (dòng cuối cùng bên dưới) trừ khi tôi hiểu nhầm điều gì đó:
NSString *response = [[NSString alloc] initWithContentsOfURL:yourSourceUrl];
const char *convert = [response UTF8String];
NSString *responseString = [NSString stringWithUTF8String:convert];
NSArray *ads = [responseString JSONValue];
NSLog(@"%@",[[ads objectAtIndex:0] objectAtIndex:1]); //Hyr ut i natt