i already found a way to convert a json string like {"a":"b"} to an nsdictionary in IOS. How do i convert a JSON String to a dictionary in IOS5
But is there a way to convert something like that "[{"a":"b"},{"a":"b"},{"a":"b"}]" to an nsarray with nsdictionaries?
I need that for my API but still found no solution.
Hope someone can help me! Thanks
Jonny