Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 909 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 909 Bytes

JSONUtilityExample

For iOS projects that require iOS 4 compatibility, JSONUtility serializes/deserializes with JSONKit (on iOS 4) and NSJSONSerialization (on iOS 5+).

Installation and Usage

  1. Git clone this repository. JSONKit submodule is required, therefore be sure to clone like this:

    git clone --recursive https://github.com/brackendev/JSONUtilityExample.git
  2. Open the project in Xcode.

Acknowledgements

This project makes use of the following third-party libraries:

Author

Bracken Spencer

License

JSONUtilityExample is released under the MIT license. See the LICENSE file for more info.