codable topic
JSONtoCodable
A generating tool from Raw JSON to Codable (Swift4) text written in Swift4.
sticky-encoding
High-performance binary encoding/decoding for `Swift.Codable` types.
RTree
An on-disk, Codable R*-Tree for Swift
CodablePersist
Store and Cache Anything Codable
Launches
A sample app that illustrates the use of Swift's Codable protocols to decode JSON data
JSONDecoder-Keypath
Add key path support to the JSONDecoder
QuickDB
A Generic CoreData Manager to accept any type of objects. Fastest way for adding a Database to your project.
OptionallyDecodable
Property wrapper for turning decoding failures into optionals instead of errors.
AlamofireCodable
An Alamofire extension which converts JSON response data into swift objects using Codable