Convert a JSON NSData to NSDictionary
问题 I'm using an API service of a web service and it is written in their description that they send JSON data wich also matches in my opinion with the response I get from it. Here a part of it which I got from the NSURLConnection-Delegate (connection didReceiveData: (NSData *) data) and converted in a NSString using: NSLog(@"response: %@", [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding]); Here the snippet: {"scans": { "Engine1“: { "detected": false, "version": "1.3.0.4959",