As I understand from your post you need Deserialization in case you are using JSON
reas the following tutorials for that
How to deserialize json object and assign to a NSDictionary in iOS
http://www.raywenderlich.com/5492/working-with-json-in-ios-5
If you are not using JSON simply use the dictionary to store those values and manipulate as your need
0
solved Split array to strings [closed]