switch(0){
case 1001:
JSONObject jsoObj;
String data = null;
boolean isclose = false;
try{
jsoObj = new JSONObject("");
data = jsoObj.getString("data");
isclose = jsoObj.getBoolean("isclose");
} catch (JSONException e){
e.printStackTrace();
}
//xxx
break;
}