codable topic

List codable repositories

JSONtoCodable

37
Stars
2
Forks
Watchers

A generating tool from Raw JSON to Codable (Swift4) text written in Swift4.

sticky-encoding

47
Stars
7
Forks
Watchers

High-performance binary encoding/decoding for `Swift.Codable` types.

RTree

21
Stars
4
Forks
Watchers

An on-disk, Codable R*-Tree for Swift

ash

24
Stars
4
Forks
Watchers

Simple iOS app using MVVM and Codable

CodablePersist

17
Stars
1
Forks
Watchers

Store and Cache Anything Codable

Launches

25
Stars
9
Forks
Watchers

A sample app that illustrates the use of Swift's Codable protocols to decode JSON data

JSONDecoder-Keypath

18
Stars
4
Forks
Watchers

Add key path support to the JSONDecoder

QuickDB

18
Stars
0
Forks
Watchers

A Generic CoreData Manager to accept any type of objects. Fastest way for adding a Database to your project.

OptionallyDecodable

41
Stars
3
Forks
Watchers

Property wrapper for turning decoding failures into optionals instead of errors.

AlamofireCodable

49
Stars
0
Forks
Watchers

An Alamofire extension which converts JSON response data into swift objects using Codable