I am looking for the latest version of JSON-Framework for ios 5.0. I like this becouse is very easy to use (you can see here)
I have found this but in the oficial web, all is deprecated.
(Here is an image, i can post any image yet)
Any idea?
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.
JSON-Framework is available on Github here, and it is still being updated
But you don’t need to use it ion iOS 5 at all, because Apple introduced native JSON parsing using the
NSJsonSerializationclass (documentation here). Most developers would recommend moving to Apple’s native implementation unless you had a specific reason for not doing so, and then falling back to a library like JSON-Framework for older OS versions.