JSONObject json = new JSONObject();
json.put("msg", msg);
json.put("success", count);
json.put("error", count2);
String jsonString=json.toJSONString();
response.getWriter().write(jsonString);
JSONObject json = new JSONObject();
json.put("msg", msg);
json.put("success", count);
json.put("error", count2);
String jsonString=json.toJSONString();
response.getWriter().write(jsonString);