/CodablePlayground

Playground that demonstrates advanced uses of Swift's Codable

Primary LanguageSwift

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!