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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!