I get ther error when JSON string have some blank value, getting from server, how to deal with blank values here is JSON
JSON
{ \"status\":\"succes
public int image_width; // Expected integer value while parsing public int image_height; // Expected integer value while parsing
as you can see below you are having string fields . Initialize below vale to 0
"image_width":0, "image_height":0