I have a JSON object that is coming from a webserver.
The log is something like this:
{ \"status\":\"success\", \"Us
Try this:
if (tel == (NSString *)[NSNull null] || tel.length==0) { // do logic here }