encodable
There are 20 repositories under encodable topic.
dgrzeszczak/KeyedCodable
Easy nested key mappings for swift Codable
pitiphong-p/URLQueryItemEncoder
A Swift Encoder for encoding any Encodable value into an array of URLQueryItem.
almazrafi/DictionaryCoder
Fast dictionary encoder / decoder for Swift Codable types
codecat15/HttpUtility
HttpUtility is an open source MIT license project which is helpful in making HTTP requests and returns a decoded object from server. Right now this utility only parses JSON.
tikhop/ASN1Swift
ASN.1 Decoder in swift.
gorhom/codable
A strict json parser inspired by Swift Codable
AbdulrahmanQasem95/DynamicMapper
Dynamic decoding and encoding using native Codable protocol
0111b/JSONDecoder-Keypath
Add key path support to the JSONDecoder
almazrafi/URLQueryCoder
Fast URL query encoder / decoder for Swift Codable types
simonboots/json2codable
A command line tool to generate a Swift Codable struct from a JSON document
RVetas/XMLCoding
Serialization package that allows user to encode values into XML format
psharanda/AnyCoder
Fast, strict, clean JSON object decoder/encoder
Geri-Borbas/iOS.Blog.Codable
Codable Property Wrappers for the everyday.
shankarmadeshvaran/Swift-URLSession-NetworkLayer
This repository contains customised network layer for swift using URLSession and with Codable support
bastie/LStXML2Code
Quelltextgenerator für die deutsche Lohnsteuerberechnung aus den Programmablaufplänen vom BMF
gabrieltheodoropoulos/GTCodable
A custom protocol in Swift that lets you convert any struct or class object to dictionary, JSON, Plist or archived data and vice versa, save to files, load from files, initialise objects, encode, decode and more, in an amazingly simple, fast and natural way!
possen/ResonanceKit
ResonanceKit is a framework for async json rest frameworks. It utilizes Coroutines to allow awaiting on main thread.
davidthorn/SwiftCodableExtensions
CodableExtension contains helper methods for Decodable objects. The Codable documention from Apple is already very good and the Codable library from the Standard Swift Library in my opinion is exceptional. Everything can always be made easier, therefore I have made these extensions which allow for me to write even less code than what we do already.
Dev1an/Swift-Encoder-Reference
A reference implementation for a simple Encoder in Swift 4