https://developer.apple.com/tutorials/app-dev-training/decoding-structured-json
Decoding structured JSON | Apple Developer Documentation
In this tutorial, you’ll use Swift APIs to decode earthquake information that the USGS provides. The USGS encodes the earthquake observations in JSON format, which is a popular choice for providing data on the web. You’ll access child objects within a
developer.apple.com
'PROGRAMMING CODE > SWIFT' 카테고리의 다른 글
[SwiftUI] Extra arguments at positions #11, #12 in call (0) | 2023.08.05 |
---|---|
[SwiftUI] ScrollView 사용법 (0) | 2023.08.05 |
[SwiftUI] 함수로 버튼뷰 리턴받기 (some View 개념) (0) | 2023.06.30 |
[SwiftUI] LaunchScreen (로딩화면 구현하기) (0) | 2023.06.26 |
[SwiftUI] 뷰에서 반복문 사용하기 (ForEach) (0) | 2023.06.26 |