json-framework

Nowadays when you can a "web service", it’s probably some sort of RESTful service that work with the JSON format for input parameters and output results. JSON has actually became more popular than XML in modern web 2.0 services and "mesh-ups", because it’s more compact, so that less bandwidth is used and it’s faster to be downloaded.

This library has a class with static utility methods + an extension class that adds methods to the standard NSString class, so that you call the new "JSONValue" method directly on the NSString instance to have its content parsed and returned into a structured NSArray or NSDictionary. It couldn’t be more simple.

Go to resource »

Share/Bookmark


Suggest a new resource for inclusion into this directory

Just drop us a mail with the resource’ url, title and short description.

Note however that we will only approve quality resources that we judge to be useful to the developers community. Advertisement-like submissions will not be accepted, sorry.