[iOS] Decode 한번 뜯어보자 (feat. container, nestedContainer, decode)
아래와 같은 JSON data가 있다고 했을때 어떻게 decoding을 하나요?{ "id": 1, "name": "John Doe", "details": { "address": { "city": "Seoul", "postalCode": "12345" }, "contacts": { "email": "john.doe@example.com", "phone": "010-1234-5678" } }} 최상위로 id, name, details가 있고 details 내부에 address, contacts 가 있고,address 내부에 city, postalCode,contacts 내부에 email, phone이 있는 구조입니다. 보통 저는 decodin..
iOS
2025. 1. 18. 15:42
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Swift
- Swift joined()
- CS 네트워크
- Swift 프로그래머스
- Combine: Asynchronous Programming with Swift
- Swift 알고리즘
- Swift 프로퍼티
- Swift inout
- Swift final
- swift reduce
- Swift 내림차순
- swift (programmers)
- Swift joined
- 원티드 프리온보딩
- Swift Leetcode
- swift 고차함수
- ios
- swift protocol
- Swift Error Handling
- removeLast()
- RIBs tutorial
- RTCCameraVideoCapturer
- iOS error
- Swift RIBs
- swift property
- Class
- Swift init
- 2023년 회고
- Swift ModernRIBs
- swift programmers
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함