johnezang / iOS-JSON-Performance

A project to test iOS JSON libraries

Home Page:http://www.bonto.ch/blog/2011/12/08/json-libraries-for-ios-comparison-updated/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS-JSON-Performance

This project is a quick benchmark of JSON libraries for iOS. I did this project because sometimes I've been questioned about which one is the best library for JSON deserialization/serialization so I decided to create a quick project to test all of them with different scenarios.

I used the following libraries:

I also created a post in my blog about it. Please feel free to add comments, suggestion and criticism to help me improving this basic project.

Latest Results

Twitter Timeline

100 Records with a Repeated Structure

1000 Records with Random Structure

License

The code not related to external libraries is free for any kind of use.
All the tested libraries and MBProgressHUD have their own license, please check it before you use one library in your project(s).

About

A project to test iOS JSON libraries

http://www.bonto.ch/blog/2011/12/08/json-libraries-for-ios-comparison-updated/


Languages

Language:Objective-C 98.9%Language:C 0.7%Language:JavaScript 0.4%