There appears to be at least three different libraries for extracting JSON data from an HTTP request.
- TouchJSON (http://code.google.com/p/touchcode/)
- BSJSONAdditions (listed at json.org - http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/
- json-framework (http://code.google.com/p/json-framework/)
Any reason I would select one of these over the other or all they all about the same, in terms of speed and least bugginess?
The data I'm dealing with will probably have some semi-complex JSON strings.