how to cut the json field values & store it in different indexes – Oscommerce
desc = [[NSMutableArray alloc] init]; for (NSString * strName in results) { arrRates = [results objectForKey:strName]; for (int i = 0; i <= [arrRates count]; i++) { if ([[[arrRates objectAtIndex:i] valueForKey:@"type"] isEqualToString:@"0"]) { nextUrl = [[arrRates objectAtIndex:i] valueForKey:@"Nexturl"]; [desc addObject:[[arrRates…