JSON and Core Data:Should I convert JSON into Core Data?
问题 I'm new to Core Data and I need some help on my project. I'm developing iPhone app that get JSON (Restaurants info) from server and shows the location on the map and table view, and stores favorite restaurants by pressing "add favorite" button. For now, I'm just using NSDictionary and its functions to display data on the table and annotations and having favoriteRestaurant entity to store favorite restaurant data. However, I would like to convert the NSDictionary object into Core Data object