I need to check if an dict has a key or not. How?
if ( [dictionary[@"data"][@"action"] isKindOfClass:NSNull.class ] ){ //do something if doesn't exist }
This is for nested dictionary structure