Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace JSONKit with NSJSONSerialization. #11

Merged
merged 2 commits into from
Apr 21, 2014

Conversation

marramgrass
Copy link
Contributor

This change is prompted by a couple of issues:

  • JSONKit is, I believe, no longer under active development.
  • As of Xcode 5, JSONKit is no longer warnings-zero. Obviously, this is saddening - especially when treating warnings as errors ;)

Additionally, targeting 10.7+, NSJSONSerialization is available to use instead.

To minimise the impact of the change, I made the changes as categories on NSString, NSDictionary and NSData to match the JSONKit API.

@nfarina
Copy link
Owner

nfarina commented Apr 21, 2014

This is great, thanks so much!

nfarina added a commit that referenced this pull request Apr 21, 2014
Replace JSONKit with NSJSONSerialization.
@nfarina nfarina merged commit 5458fa3 into nfarina:master Apr 21, 2014
@marramgrass marramgrass deleted the deprecate-jsonkit branch April 23, 2014 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants