Skip to content

A sample project that demonstrate how to use Codable and Decodable in Swift

Notifications You must be signed in to change notification settings

rashwanlazkani/CodableDecodable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CodableDecodable

This project will show you how to use codable and decodable. It will show you how to use it with the following examples:

  • Matching without CodingKeys
  • One mismatch codingKey
  • Getting nil
  • Getting a nested object array
  • Samples of how to get JSON and convert it back to a model

About

A sample project that demonstrate how to use Codable and Decodable in Swift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages