I am doing JSON parsing and I want to show my parsed data in a UITableView.
UITableView
For that, I am trying to assign parsed data from NSMutableDictionary>
NSMutableDictionary>
Try editing fourth line in connectionDidFinishLoading to
values = [responseString JSONFragments];