How do I use RestKit to retrieve a JSON array of such strings:
["Paris", "London", "Brussels", "New York"]
I tried to match objects, but since there is no path or key attribute, I donβt know what to display.
I donβt even need matching, the result can only be an array or a dictionary. Is there any way to achieve this?
EDIT:
For more information and solutions: https://github.com/RestKit/RestKit/issues/1290
source share