- Spring Boot + Vue.js + Cloud FireStore
- 2021-01 ~
- JSONParser jsonParser = new JSONParser();
- JSONObject jsonObject = (JSONObject) jsonParser.parse(String.valueOf(data));
- ObjectMapper objectMapper = new ObjectMapper();
- String jsonString = objectMapper.writeValueAsString(dList);
- Boot 에서는 기본으로 제공된다.