I’m using below JSON values , i need to show this values to UITableview.
Please help me.
{"id":"58","appVersionId":"1102","averageRating":"4.0","reviews":{"reviews":[{"id":"58","userId":"1","reviewTitle":"Good application","reviewText":"nice","rating":"4.0","createdDate":"2013-02-11T00:00:00+08:00"},{"id":"102","userId":"252","reviewTitle":"Good","rating":"4.0","createdDate":"2013-02-13T00:00:00+08:00"}]}}
Download SBJSon library from link
Import thse files
Hope this helps!!!