I have a JSON object that is coming from a webserver.
The log is something like this:
{ \"status\":\"success\", \"Us
if we are getting null value like then we can check it with below code snippet.
if(![[dictTripData objectForKey:@"mob_no"] isKindOfClass:[NSNull class]]) strPsngrMobileNo = [dictTripData objectForKey:@"mobile_number"]; else strPsngrMobileNo = @"";