Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- map
- RxCocoa
- 클린 코드
- rxswift
- Xcode
- combine
- Observable
- HIG
- uiscrollview
- Protocol
- clean architecture
- ribs
- Refactoring
- UITextView
- 스위프트
- swift documentation
- Human interface guide
- uitableview
- SWIFT
- 리펙토링
- ios
- UICollectionView
- 애니메이션
- MVVM
- 리팩토링
- Clean Code
- 리펙터링
- swiftUI
- collectionview
- tableView
Archives
- Today
- Total
목록JSONSerialization 크래시 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 2. 인코딩 개념 - JSONSerialization 사용 시 주의 사항 ([NSJSONSerialization dataWithJSONObject:options:error:]: Invalid top-level type in JSON write)
1. 인코딩 개념 - JSONSerialization와 JSONEncoder() 차이 2. 인코딩 개념 - JSONSerialization 사용 시 주의 사항 (크래시 - JSON write) JSONSerialization 개념 (복습) JSONSerialization은 jsonData 타입을 [String: Any]으로 변경하는 것 혹은 그 반대로 변환 ([String: Any] => jsonData) JSONEncoder와 차이 및 구체적인 개념은 이전 포스팅 글 참고 만약 struct을 jsonData로 변환하려면 JSONEncoder를 사용해야함 cf) jsonData를 struct로 변환할 경우 JSONDecoder 사용 JSONSerialization 주의 사항1) struct 변환 json..
iOS 응용 (swift)
2023. 8. 30. 21:31