For iOS projects that require iOS 4 compatibility, JSONUtility serializes/deserializes with JSONKit (on iOS 4) and NSJSONSerialization (on iOS 5+).
- 
Git clone this repository. JSONKit submodule is required, therefore be sure to clone like this: git clone --recursive https://github.com/brackendev/JSONUtilityExample.git 
- 
Open the project in Xcode. 
This project makes use of the following third-party libraries:
Bracken Spencer
JSONUtilityExample is released under the MIT license. See the LICENSE file for more info.