-
Notifications
You must be signed in to change notification settings - Fork 687
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
Remove category methods #160
Comments
Why? I enjoyed these. :/ |
There's primarily two reasons:
Saying that, the methods were deprecated in 3.2 - they will only be deleted in the 4.0 release. I do not intentionally break backwards compatibility in minor version releases! :-) TBH, iOS 5 was released 15 months ago. I wouldn't expect anyone to use SBJson for new apps now if NSJSONSerialisation covers their need. If you go to the bother of installing a third-party JSON library for the benefit of calling a convenient category method I'd say you were crazy. And streaming support can't / won't be done via category methods. If you're adding JSON support to an iOS 4 app at this point, I'd say you have bigger problems than having to call |
Wow! I didn't realize |
Glad to help! |
No description provided.
The text was updated successfully, but these errors were encountered: