Here I got from JSON
[{\"photo\":null}]
and I use this code
NSMutableArray *jPhoto = [NSMutableArray arrayWithArray:(NSArray *)[jsonDict va
try to check for [jPhoto count] or [NSNull null]
[jPhoto count]
[NSNull null]