Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 423 Bytes

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!