728x90
JsonParser parser = new JsonParser();
JsonElement element = parser.parse(result);
JsonArray alist = element.getAsJsonArray();
Gson gson = new Gson();
List<MemDTO> list = gson.fromJson( alist.toString() , new TypeToken<ArrayList<MemDTO>>(){}.getType());
728x90
'study > Spring' 카테고리의 다른 글
spring boot jsp dependency (0) | 2022.06.28 |
---|---|
데이터 Json / form을 객체로 받기 (0) | 2022.06.24 |
Spring Security csrf disable (0) | 2022.06.22 |
Spring framework 기초(뉴렉처 강의 정리) (0) | 2022.05.30 |
AmigosCode SpringBoot tutorial 2021 정리 (0) | 2022.05.24 |
댓글