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

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

License

Notifications You must be signed in to change notification settings

brackendev/JSONUtilityExample

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published