As a learning experience, I want to make an iPhone application that calls a webserver/webservice, retrieves a JSON response, and uses that response to populate the rows of a UITableView
(assuming it converts the JSON into an NSArray
first).
Anyone know of anything that might be useful?