Search code examples
Getting errors while using decodable extension in different module in Swift...


swift5decodable

Read More
How to override the default implementation of UnkeyedDecodingContainer protocol functions?...


swiftoverridingprotocolsdecodabledefault-implementation

Read More
How can I make Swift CodingKeys for JSON data with non-unique keys?...


jsonswiftenumsdecodablecodingkey

Read More
Decode using JSONDecoder Swift...


iosswiftdecodablejsonparser

Read More
JSON array to properties...


swiftdecodable

Read More
How can I decode JSON with a key named 'Type' in Swift?...


jsonswiftstructdecodedecodable

Read More
Decoding an array of objects with nested heterogeneous child objects...


arraysjsonswiftdecodable

Read More
'self.init' isn't called on all paths before returning from initializer...


iosjsonswiftcore-datadecodable

Read More
Codable: Decode a String into a custom type (ISO 8601 Date, no time components)...


swiftdatecodableiso8601decodable

Read More
How can I find out which element in the coding path exactly is causing a Swift Decoding error?...


swiftxcodedecodable

Read More
Swift decoding error types inconsistency with `Bool` type...


jsonswiftnulldecodedecodable

Read More
What is difference between optional and decodeIfPresent when using Decodable for JSON Parsing?...


swiftswift4codabledecodable

Read More
When to use CodingKeys in Decodable(Swift)...


swiftcodabledecodable

Read More
Decodable for JSON with two structs under the same tag...


jsonswiftdecodable

Read More
Facing difficulties to define a type for a specific key while decoding JSON...


swiftcodabledecodable

Read More
What is wrong with my enum decoding in Swift?...


swiftdecodable

Read More
Swift Codable null handling...


iosjsonswiftcodabledecodable

Read More
Can you pass additional state data through to a (possibly custom) JSONDecoder as part of the Decode ...


swiftstatedecodecodabledecodable

Read More
Swift decode JSON array of object based on property value type...


jsonswiftcodabledecodable

Read More
Use Location wrapper to decode CLLocation variable...


swiftcodabledecodable

Read More
How to save a Decodable.Protocol object to a variable?...


iosswiftswift-protocolsdecodable

Read More
How to use ticketmaster API in swift...


jsonswiftdecodableticketmaster

Read More
How to encode a dictionary of unknown/variable keys?...


jsonswiftcodabledecodableencodable

Read More
Swift Decodable, is it possible to use JSONDecoder to parse JSON like this into my target object?...


iosjsonswiftdecodablejsondecoder

Read More
Extracting data from JSON array with swift Codable...


jsonswiftswift4codabledecodable

Read More
Decode Dynamic Types in Swift...


iosjsonswiftcodabledecodable

Read More
How to set a variable to multiple types in data model...


jsonswiftdecodable

Read More
How to use Any in Codable Type...


iosswiftcodabledecodableencodable

Read More
Is it possible to leverage Codable to initialize a conforming type from a Dictionary...


swiftdecodable

Read More
What are structs should be according to API docs to parse data from response?...


jsonswiftapiparsingdecodable

Read More
BackNext