Erusso87
Erusso87

Reputation: 677

Latest version of JSON-Framework

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?

Upvotes: 1

Views: 1109

Answers (1)

lxt
lxt

Reputation: 31304

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 NSJsonSerialization class (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.

Upvotes: 2

Related Questions