Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

개발자되기 프로젝트

[Android, Kotlin] JSON to Kotlin Class 본문

Project/대중교통 길찾기

[Android, Kotlin] JSON to Kotlin Class

Seung__ 2022. 4. 30. 11:25

Retrofit사용 시 요청이 계속 fail이 나서 검색하던 중 Json to Kotlin class 라는 plugin을 알게되었다.

 

응답 받을 또는 응답을 줄 json samle을 입력하면 이에 맞춰 클래스를 생성하는 기능을 제공한다...

setting -> plugin에서 json이라고 검색하면 가장 먼저 확인할 수 있다.

 

설치가 되었다면 클래스 생성 시 아래와 같이 확인이 가능하다.

 

생성할 때 이제 josn sample을 넣어주면 클래스를 생성해준다. 일부러 복잡한 sample을 사용했다.

생성 결과

'Project > 대중교통 길찾기' 카테고리의 다른 글

[Android] Fragment, Navigation,  (0) 2022.05.01
Json Viewer 추천  (0) 2022.05.01
Background Process : nohup  (0) 2022.04.19
[Android] API 요청  (0) 2022.04.19
AWS 배포 결과  (0) 2022.04.06
Comments