Am stuck with a problem. In one of the REST calls, the server seems to be returning "None" if there is not data to be returned. I agree that the data being returned in not JSON formatted and the correction has to be in the server. But is there a way that I can handle this in the app, to change "None" to empty before the JSON parsing is done?