Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filip-zielinski/CodablePlayground
Playground that demonstrates advanced uses of Swift's Codable
https://github.com/filip-zielinski/CodablePlayground
Last synced: 25 days ago
JSON representation
Playground that demonstrates advanced uses of Swift's Codable
- Host: GitHub
- URL: https://github.com/filip-zielinski/CodablePlayground
- Owner: filip-zielinski
- Created: 2018-04-05T13:30:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T08:43:16.000Z (about 6 years ago)
- Last Synced: 2024-04-22T12:31:02.583Z (8 months ago)
- Language: Swift
- Size: 409 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Codable Playground - Playground that demonstrates advanced uses of Codable. 🍁 (Learning Swift)
README
# README
Playground that demonstrates advanced uses of Swift's Codable.
**Contents**
1. Start
2. Overview
3. Automatic Encoding
4. Automatic Decoding
5. Manual Encoding
6. Manual Decoding
7. Inheritance
8. Decoding nested data using intermediate type
9. Real World Example
10. Dynamic Coding Keys
11. Encoder and Decoder customization
12. CodingUserInfoKey
13. Error Handling
14. Resources**Feel free to contribute!**