I am downloading and parsing a JSON feed in my iOS application. Some parts of the data that the JSON feed provides are shown correctly in my iOS application, however some parts of the JSON feed seem to return "null" even though in the actual JSON feed itself, they do not contain the data "null".I am downloading and parsing a JSON feed in my