Often times, when an attribute has a nil/null value, we don't want to include the key at all in response. An option to the attribute method like :include_blank => false would be helpful, as we run into this problem quite a bit. Of course, the default would remain true.