gson-1.5.jar json数据转换jar包 Gson gson = new Gson(); String data = gson.toJson(selectContactList); Map map = new HashMap(); map.put("list", data);