-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
crash with iOS9 Xcode7 #186
Comments
I just ditched JSonKit completely and replaced with the Foundation version:
and
|
X |
See #158. |
@devedup I did that too. |
Migrate away from jsonkit. This library hasn't been updated in years. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NSString *str = @"{"123123":"1"}";
NSDictionary *jsonObj = [str objectFromJSONString];
[jsonObj JSONData];
crash on [jsonObj JSONData];
only who know how to solve this?
The text was updated successfully, but these errors were encountered: