Check if key exists in NSDictionary is null or not

Check if key exists in NSDictionary is null or not
e.g:
NSDictionary *result;
UIImage *myImage = ([result objectForKey:@"image"] != [NSNull null] ? [result objectForKey:@"image"] : nil);
Labels:
2010 WEBSITE20. All rights reserved.