Hi all,
I am doing the following null check , even thought the object is null its still unable to check that
if(callbackResults.Details[0].Tags!='') // Tags are coming as null from backend..
details is a json object. Tags is again a object array inside details.
the above null check is failing and its going inside the loop
can you tell whats going wrong there.