iPhone/iOS JSON parsing tutorial [closed]

ghz 1years ago ⋅ 6863 views

Question

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.


Questions asking us to recommend or find a tool, library or favorite off- site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 10 years ago.

Improve this question

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

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](http://blog.zachwaugh.com/post/309924609/how-to-use-json-in- cocoaobjective-c).