iPhone/iOS JSON parsing tutorial

Casey Flynn picture Casey Flynn · Apr 28, 2011 · Viewed 137k times · Source

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?

Answer

Todd Hopkinson picture Todd Hopkinson · Apr 28, 2011

You will love this framework.

And you will love this tool.

For learning about JSON you might like this resource.

And you'll probably love this tutorial.