You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: