我正在使用以下代码解析 JSON 并在第 2 行出现内存泄漏(100%)。我不知道是什么问题,有人可以帮我吗?
NSString *response = [request responseString];
NSMutableDictionary *responseJSON = [response JSONValue]; (100% leak)
NSString *tockenString = [responseJSON objectForKey:@"Token"];
NSString *userIDString = [responseJSON objectForKey:@"ID"];