json to list: List<Bean> depCodeList = JSONObject.parseArray(jsonList, Bean.class); list to json: String jsonStr = JSONObject.toJSONString(depCodeList);