So i've got some JSON data and I want to maintain the order in which that data is received with restkit and managed objects and I havent been able to find the best way of doing this. When the order changes I need to make sure duplicates are not created and they are saved properly with core data.
I believe an extra field in the datamodel for this specific entity is needed, lets call it order, and assume is assigned when creating the RKEntityMapping. I'm just not sure how to get the array index using restkit.
Any help appreciated, thanks.