Decoding JSON fails on iOS 17: "Number <...> is not representable in Swift"
|
|
15
|
6238
|
December 4, 2024
|
[Pitch] JSONDecoder.nullDecodingStrategy
|
|
18
|
5103
|
November 15, 2024
|
Why does subclassing a Codable class produce "class has no initializers"?
|
|
13
|
3855
|
October 17, 2024
|
Custom Coding Path for Codable with Swift Macro
|
|
1
|
254
|
September 14, 2024
|
Unwanted "_0" name in JSON
|
|
2
|
366
|
May 28, 2024
|
Announcing CodableWrappers
|
|
2
|
2320
|
April 27, 2024
|
The synthesized implementation for `Decodable` doesn't interact with manual implementations as I would expect
|
|
6
|
343
|
April 2, 2024
|
Encoder & an Actor for the data?
|
|
3
|
499
|
March 4, 2024
|
Future of Codable and JSON-Coders in Swift 6: Hoping for a rework
|
|
10
|
4352
|
January 30, 2024
|
Introducing MetaCodable: A Collection of Macros helping with custom Codable implementation generation
|
|
7
|
7622
|
January 10, 2024
|
AnyCodable Efficacy
|
|
10
|
5765
|
December 22, 2023
|
Codable requirements mystery
|
|
2
|
647
|
November 29, 2023
|
Macro unable to add Codable conformance if type has only private init (though the expanded code compiles)
|
|
1
|
427
|
November 28, 2023
|
Codable Dynamic Types
|
|
7
|
3546
|
November 13, 2023
|
`superDecoder(forKey:)` doesn't work as documented
|
|
5
|
1044
|
November 13, 2023
|
Composition of `Codable` and `Observable`
|
|
3
|
1736
|
November 8, 2023
|
Codable synthesis for Swift enums with overloaded associated values
|
|
3
|
672
|
October 3, 2023
|
Removing mutation modifiers in Codable
|
|
18
|
1550
|
September 3, 2023
|
Inlinable Codable
|
|
3
|
1394
|
June 17, 2023
|
Codable synthesis and decoding unavailable values
|
|
6
|
2016
|
May 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
4543
|
April 13, 2023
|
How do I make a type that only successfully decodes from the empty object `{}`?
|
|
5
|
2496
|
April 5, 2023
|
Optional decoding superpowers
|
|
9
|
5084
|
March 22, 2023
|
Codable enum's associated value is unexpectedly using positional name
|
|
22
|
3526
|
March 10, 2023
|
[Pitch] JSON Encoding Int64 as String
|
|
9
|
4828
|
February 15, 2023
|
Using Property Wrappers with Codable
|
|
15
|
17380
|
February 13, 2023
|
Why doesn't Int64 automatically conform to CodingKeyRepresentable?
|
|
1
|
1060
|
December 15, 2022
|
NSKeyedArchiver, CoreData and other storage solutions
|
|
7
|
2527
|
December 6, 2022
|
Making a codable wrapper for metatypes, will I get into trouble by doing this?
|
|
8
|
1756
|
November 17, 2022
|
Decoding a dictionary with a custom type (not String) as key
|
|
9
|
6759
|
November 13, 2022
|