I need read one webservice that return jsonarry in my iphone application. After this reading, i will need make load this information in my tableview.
But the return is one string, how make transform this string in one format that my table view understand.
following example return
{"codUf":28,"descricao":"MG"},{"codUf":29,"descricao":"PR"},{"codUf":19,"descricao":"RJ"},{"codUf":25,"descricao":"SP"}]
Thanks !!