[Solved] How to fetch data from JSON and show it in table cell view [closed]


try this[[yourArray objectAtIndex:indexPath.row] objectForKey:@"msg_id"]; you will able to retrive value stored at msg_id key

solved How to fetch data from JSON and show it in table cell view [closed]