satyen95 / mastering-codable

Mastering Codables - [String: Any] support for Codable. Contains extensions for implementing this and others to make your life a bit little easier while dealing with data.

Home Page:https://satyenmaurya95.medium.com/string-any-support-for-codable-4ba062ce62f2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastering Codables - [String: Any] support for Codable

A Sample project to demonstrate Encoding and Decoding codable properties with [String: Any] & [[String: Any]] data type.
Contains extensions for implementing this and others to make your life a bit little easier while dealing with data.
See the medium article here: https://satyenmaurya95.medium.com/string-any-support-for-codable-4ba062ce62f2

Sample JSON:

Codable class you will be able to achieve:

About

Mastering Codables - [String: Any] support for Codable. Contains extensions for implementing this and others to make your life a bit little easier while dealing with data.

https://satyenmaurya95.medium.com/string-any-support-for-codable-4ba062ce62f2

License:GNU General Public License v3.0


Languages

Language:Swift 100.0%