Search code examples
When to use CodingKeys in Decodable...


swiftcodabledecodable

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


swiftswift4codabledecodable

Read More
Fastest way to save structs iOS / Swift...


iosswiftdecodecodableencodable

Read More
How to conform an ObservableObject to the Codable protocols?...


swiftswiftuicodable

Read More
With JSONDecoder in Swift 4, can missing keys use a default value instead of having to be optional p...


jsonswiftswift4codable

Read More
How to write a Codable type that uses type packs?...


swiftcodableparameter-pack

Read More
Using codable with value that is sometimes an Int and other times a String...


jsonswiftswift4codable

Read More
How can I create a Swift structure for handling GraphQL queries?...


swiftgraphqlcodable

Read More
"Cannot Synthesize" -- Why is this class not ready to be declared "@Model" for u...


swiftcodableswiftdata

Read More
Date string does not match format expected by formatter (SwiftData). Is it a problem with my @model ...


jsonswiftcodable

Read More
In Swift5 with Codable, easily handle json key that begins with a dollar sign such as "$date&qu...


jsonswiftcodable

Read More
How to exclude properties from Swift Codable?...


jsonswiftcodable

Read More
Create a custom Date class/struct that inherits from Date/NSDate?...


swiftdatecodable

Read More
Having trouble with my API Request. Curl Method with 2 headers...


jsonswiftcodableurlsession

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


swiftswift4codable

Read More
Codable default values during initialization...


swiftcodable

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


arraysjsonswiftswift4codable

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


iosswiftenumsswift4codable

Read More
How to handle partially dynamic JSON with Swift Codable?...


iosswiftcodable

Read More
iOS error 'Invalid type in JSON write (FIRTimestamp)'...


iosfirebaseswift4codable

Read More
JSONEncoder won't allow type encoded to primitive value...


swiftcodable

Read More
How to display JSON data from API?...


iosjsonswiftcodable

Read More
How to parse nested JSON in swift?...


iosjsonswiftcodable

Read More
Parsing invalid JSON swift 5...


iosjsonswiftcodable

Read More
Deal with an API that changes format...


iosjsonswiftcodable

Read More
Confused with Codable...


iosswiftrestcodable

Read More
Refining Swift API GET Functions...


iosswiftstructcodable

Read More
A better approach to decode same JSON with different structure in Swift?...


jsonswiftcodable

Read More
How to create an escape hatch in swift's Encodable...


jsonswiftcodableencodable

Read More
How to extend float3 or any other built-in type to conform to the Codable protocol?...


swiftinitializationscenekitswift4codable

Read More
BackNext