Is there any convertor that used to convert JSON web-service to Objective C code like Sudzc that use SOAP protocol.
Share
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.
Also if you want to have more detail…. check these
Convert the JSON string into an NSDictionary using tools like yajl, JSONKit or iOS5 JSON
Use a tool like Jastor to convert this NSDictionary to a real Objective-C class with typed properties, nested properties, arrays etc.
Apple documentation.