We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NSString *str = @"{"123123":"1"}"; NSDictionary *jsonObj = [str objectFromJSONString]; [jsonObj JSONData];
crash on [jsonObj JSONData]; only who know how to solve this?