I have a JSON object that is coming from a webserver.
The log is something like this:
{ \"status\":\"success\", \"Us
is how the NSNull singleton logs. So:
if (tel == (id)[NSNull null]) { // tel is null }
(The singleton exists because you can't add nil to collection classes.)
nil