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

crash at JSONKit.m:2598:77 #175

Open
Chaolong opened this issue May 18, 2015 · 2 comments
Open

crash at JSONKit.m:2598:77 #175

Chaolong opened this issue May 18, 2015 · 2 comments

Comments

@Chaolong
Copy link

void objectISA = (JK_EXPECT_F(workAroundMacOSXABIBreakingBug)) ? NULL : *((void *)objectPtr);
This is where I use JSONString:
[@{@"ID":@"", @"Data":[@{@"EditionID":@6, @"AppID":kAppID} JSONString]
when I change @6 to @"6" , this line of code won't crash

@danielStokowski
Copy link

If you still need it. I fixed that in my fork: https://github.com/danielStokowski/JSONKit. I created Pull request too so hopefully it will be available in original JSONKit soon.

@jcbertin
Copy link

jcbertin commented Oct 2, 2015

You may also see #158.

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

No branches or pull requests

3 participants