I am getting an array with null value. Please check the structure of my array below:
( \"< null>\" )
When I\'m trying to access
if (myArray != (id)[NSNull null])
OR
if(![myArray isKindOfClass:[NSNull class]])