I have data from the server in a format as:
{"articles":
[{"articleId":"1",
"articleName":"<\/head> Some text<\/body><\/html>"},
{"articleId":"2","articleName":"<\/head>Some Text Again<\/body<\/html>"}
I have no idea how to display that it in a UITableView.
Please help.