Search code examples
How to extend float3 or any other built-in type to conform to the Codable protocol?...


swiftinitializationscenekitswift4codable

Read More
Swift 4 Decodable - Dictionary with enum as key...


swiftcodable

Read More
Swift Converting Codable Variable to String Array...


arraysswiftcodable

Read More
How can I use Swift’s Codable to encode into a dictionary?...


swiftswift4codable

Read More
Encode nil value as null with JSONEncoder...


iosjsonswift4codable

Read More
How to manually decode an Array using Swift Codable?...


swiftcodable

Read More
Swift JSONDecode decoding arrays fails if single element decoding fails...


arraysjsonswiftswift4codable

Read More
Swift struct with tuples does not conform to Codable...


swifttuplescodableswift-protocolsswift-optionals

Read More
How do i decode an array of dictioniaries using codable...


jsonswiftcodable

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


swiftdatecodableiso8601decodable

Read More
Unable to get SwiftData to store/retrieve CGPoint, CGSize, CGRect...


iosswiftcodableswiftdata

Read More
Manually unwrapping JSON without codeable - Swift...


jsonswiftxcodeserializationcodable

Read More
Error using Codable for NSAttributedString...


swiftnsattributedstringcodable

Read More
Decodable, doesn't decode optional enum with invalid value...


swiftswift4codable

Read More
How to convert a date string with optional fractional seconds using Codable in Swift?...


swiftxcodedatecodabledateformatter

Read More
Codable enum with default case in Swift 4...


iosswiftenumsswift4codable

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


swiftswift4codabledecodable

Read More
Parse JSON from file using Codable swift...


jsonswiftcodable

Read More
Create JSON from given data in Swift...


iosjsonswiftcodable

Read More
Post method generic codable API response not coming properly in swift...


jsonswiftweb-servicesparameterscodable

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


swiftcodabledecodable

Read More
FirestoreSwift DocumentReference codable...


swiftfirebasegoogle-cloud-firestorecodable

Read More
Swift 5.7, can you use a string to dynamically use a keyPath with Structs?...


swiftcodableswift-structs

Read More
How to read in com.apple.symbolichotkeys.plist with Swift on macOS?...


swiftplistcodableproperty-list

Read More
Is there a way to iterate through a Codable (e.g. each item in a JSON parse)?...


swiftcodableintrospection

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


swiftcodable

Read More
How to pass CodingKeys into a function outside a class, as an array not an enum?...


swiftcodable

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


swiftcodabledecodable

Read More
Swift Codable with reserved word...


swiftcodable

Read More
Printing DecodingError details on decode failed in Swift...


iosswiftswift4codable

Read More
BackNext