samir
samir

Reputation: 4551

Mapping JSON to Core Data objects

I have a WS Witch return to me a JSON structure. I would like to create the Data structure (class,Objects) with the JSON and create the CoreData modele witch represente the JSON Structure. Any Advice ? Help ?

thanks for your answers.

Upvotes: 1

Views: 1925

Answers (1)

Ravi
Ravi

Reputation: 8309

I had a similar requirement before and I used this blog as my guide. You obviously have to create a data-model with attributes mapped to the incoming JSON structure. The above blog also covers some special cases so it should be through reference, if not a complete one. It will at least give you a good heads-up as to where you can go next!

Upvotes: 1

Related Questions