Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in codable

How to encode Foundation types that already conform to Codable (e.g. TimeInterval) in a custom way?

Swift Encodable, Decodable Vs Codable

Is it possible to have an array of structs which conform to the same protocol also support Codable?

Dictionary Key Order in Swift 4 JSONEncoder

json swift codable

Swift Decode a data type with many different formats

ios codable decodable swift4.2

Allow fragments with JSONDecoder? [duplicate]

swift swift4 codable

RealmSwift and Codable when using optional types

swift swift3 realm codable

In Swift5 with Codable, easily handle json key that begins with a dollar sign such as "$date"

json swift codable

Swift4, JSON, keyNotFound, No value associated with key

json swift4 codable

Converting Codable/Encodable to JSON object swift

ios swift codable encodable

Are there any performance benefits of making a struct Encodable/Decodable instead of just Codable?

When decoding a Codable struct from JSON, how do you initialize a property not present in the JSON?

swift codable

Failable Initializer for Decodable Classes [duplicate]

ios swift codable decodable

Decoding a codable tree of generic classes in Swift 4

How to do-catch error in init(from decoder:Decoder) from a Codable struct?

Cannot find 'CodingKeys' in scope, inconsistent error

swift xcode codable grdb