Quantcast
Channel: How can i save JSON objects to Core Data? - Stack Overflow
Viewing all articles
Browse latest Browse all 5

How can i save JSON objects to Core Data?

$
0
0

I'm a nwebie in Core Data, i have designed a navigation based application and some of the data i use are created on run time(come from a URL via JSON). I took a few tutorials an searched for almost a day but haven't still realized how to save the incoming JSON data to the Entity (or event?) in my Core Data model. I fetch the data in the DetailViewController class and i need to save this data to Core Data(I have prepared an Entity with 7 properties). Can anyone please help?(If you know a good tutorial or sample code i will be pleased)

EDIT This may be a little specific but i really have trouble with and need just a little help.My data comes to the app from a kind of restful server(i wrote it in PHP), firstly user enters his/her login informations(which i have saved to the database on server before) and when the response data comes i will use different elements of it in differen views(for example the user_id will be used on a view and the buttonData etc on other views). My question is, how will i save JSON data into my core data model(has tree Entities for the moment). Thanks in advance

Note: I lokked arround a lot but couldn't find any answer&tutorial about an app like mine


Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles





Latest Images