I am currently trying to convert the JSON Representation of some Objects into an NSArray.
I used RestKit to get the Response through our API and now I want to convert the RKResponse into an Array of Objects. How can I do this ?
I am currently trying to convert the JSON Representation of some Objects into an
Share
The above code works good for iOS 5 and above