티스토리 뷰
반응형
프로젝트 진행중 API 호출 후 반환 되는 데이터 값을 파싱하여 쓰기 위해
모델을 만들어야했는데 생각보다 만드는게 귀찮고해서 찾다보니
JSON to Dart라는 웹사이트가 있어서 써보았는데 괜찮았다.
https://javiercbk.github.io/json_to_dart/
사용방법은 API 호출 후 반환되는 JSON 값을 복사하고
위 사이트에 접속하여
이렇게 JSON에 붙여넣고 하단에 Your dart class name goes Here로 되어있는 곳에
내가 쓸 클래스 명을 입력후 Generate Dart를 클릭하면
이런식으로 클래스가 만들어진다.
이렇게 만든 클래스를 드래그해서 복사해도 되고 Copy Dart code to clipboard를 클릭해서 복사후
flutter의 프로젝트 폴더에 model파일을 만들고 붙여넣어서 쓰면 된다.
json_serializable 라는 라이브러리가 있어서 사용해봤지만
개인적으로 본인과 맞지 않아 사용하지 않는다.
반응형
'IT > 모바일' 카테고리의 다른 글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- but linking in object file
- NSPrivacyAccessedAPICategoryUserDefaults
- flutter build ipa
- ITMS-91053: Missing API declaration
- MySQL
- ios 앱 심사상태
- Xcode
- 리눅스 python3 설치
- 아이폰
- 베란다 수경재배
- Firebase
- Response: Failure when receiving data from the peer
- aws python3.12
- CDN: trunk URL couldn't be downloaded
- NSPrivacyAccessedAPICategorySystemBootTime
- 수경재배키트
- Flutter
- python3.12 설치
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- NSPrivacyAccessedAPICategoryDiskSpace
- google play appcheck
- PlatformException(sign_in_failed
- EC2
- 해결방법
- 슬랙으로 보내기
- ios
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- ios pod install error
- com.google.android.gms.common.api.ApiException: 10:
- NSPrivacyAccessedAPICategoryFileTimestamp
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함