I got Json data from webservice. But i have a problem. The data comes like this
i check null value like this
But it doesnt fall down in if state. How can i check the null value ?
Code:
{
hediyeCom = "(null)";
....
....
}
Code:
if ([giftDictionary objectForKey:@"hediyeCom"] == [NSNull null]) {
NSLog(@"NULL");
}