codable
There are 383 repositories under codable topic.
marksands/BetterCodable
Better Codable through Property Wrappers
JohnSundell/Codextended
Extensions giving Swift's Codable API type inference super powers 🦸♂️🦹♀️
Flight-School/AnyCodable
Type-erased wrappers for Encodable, Decodable, and Codable values
CoreOffice/XMLCoder
Easy XML parsing using Codable protocols in Swift
alickbass/CodableFirebase
Use Codable with Firebase
GottaGetSwifty/CodableWrappers
A Collection of PropertyWrappers to make custom Serialization of Swift Codable Types easy
SwiftyLab/MetaCodable
Supercharge Swift's Codable implementations with macros meta-programming.
hhfa008/SwiftAI
SwiftAI, write Swift code smart. SwiftAI can generate Model class from JSON now. Codable and HandyJSON is supported. More features will be add.
dehesa/CodableCSV
Read and write CSV files row-by-row or through Swift's Codable interface.
omaralbeik/UserDefaultsStore
Why not use UserDefaults to store Codable objects 😉
mmoaay/Bamboots
Bamboots - Extension 4 Alamofire
intsig171/SmartCodable
SmartCodable is a data parsing library based on Codable. It is simple to use, with robust compatibility being one of its main features. SmartCodable 是基于Codable实现的数据解析库。简单易用,强悍的兼容性是SmartCodable的主要特点。 表层API和功能几乎和HandyJSON一致,支持快速的迁移。
jverkoey/BinaryCodable
Swift Codable-like interfaces for binary representations.
orlandos-nl/IkigaJSON
A high performance JSON library in Swift
onmyway133/EasyStash
🗳Easy data persistence in Swift
tattn/MoreCodable
MoreCodable expands the possibilities of `Codable`.
winddpan/CodableWrapper
@CodingKey("encoder", "decoder") var cool: Bool = true
gonzalezreal/DefaultCodable
A convenient way to handle default values with Swift Codable types
vmanot/SwiftDB
A modern database abstraction layer + runtime, batteries included [WIP].
MarkCodable/MarkCodable
Swift Codable with human-friendly Markdown storage
Pircate/CleanJSON
Swift JSON decoder for Codable
dgrzeszczak/KeyedCodable
Easy nested key mappings for swift Codable
Flight-School/Guide-to-Swift-Codable-Sample-Code
Xcode Playground Sample Code for the Flight School Guide to Swift Codable
Flight-School/Codable-DIY-Kit
A template for creating your own Swift Codable encoders and decoders
Flight-School/MessagePack
A MessagePack encoder and decoder for Codable types
Flight-School/RegularExpressionDecoder
A decoder that constructs objects from regular expression matches.
iwill/generic-json-swift
A simple Swift library for working with generic JSON structures
karambirov/Podcasts-UIKit
OUTDATED. A clone of Apple's Podcasts. UIKit version.
jhurray/Ladybug
A powerful model framework for Swift 4
ExCodable/ExCodable
JSON-Model Conversion with Swift Codable
vapor/multipart-kit
🏞 Parses and serializes multipart-encoded data with Codable support.
omaralbeik/Stores
Typed key-value storage solution to store Codable types in various persistence layers with few lines of code!
yonaskolb/Codability
Useful helpers for working with Codable types in Swift
caiyue1993/PrefsMate
🐣 Elegant UITableView generator for Swift.
devxoul/RxCodable
RxSwift wrapper for Codable
MPLew-is/deep-codable
Encode and decode deeply-nested data into flat Swift objects