Decoding JSON fails on iOS 17: "Number <...> is not representable in Swift"
|
|
15
|
6656
|
December 4, 2024
|
[Pitch] JSONDecoder.nullDecodingStrategy
|
|
18
|
5173
|
November 15, 2024
|
Why does subclassing a Codable class produce "class has no initializers"?
|
|
13
|
3880
|
October 17, 2024
|
Custom Coding Path for Codable with Swift Macro
|
|
1
|
261
|
September 14, 2024
|
Unwanted "_0" name in JSON
|
|
2
|
375
|
May 28, 2024
|
Announcing CodableWrappers
|
|
2
|
2324
|
April 27, 2024
|
The synthesized implementation for `Decodable` doesn't interact with manual implementations as I would expect
|
|
6
|
354
|
April 2, 2024
|
Encoder & an Actor for the data?
|
|
3
|
523
|
March 4, 2024
|
Future of Codable and JSON-Coders in Swift 6: Hoping for a rework
|
|
10
|
4771
|
January 30, 2024
|
Introducing MetaCodable: A Collection of Macros helping with custom Codable implementation generation
|
|
7
|
7731
|
January 10, 2024
|
AnyCodable Efficacy
|
|
10
|
5980
|
December 22, 2023
|
Codable requirements mystery
|
|
2
|
648
|
November 29, 2023
|
Macro unable to add Codable conformance if type has only private init (though the expanded code compiles)
|
|
1
|
432
|
November 28, 2023
|
Codable Dynamic Types
|
|
7
|
3764
|
November 13, 2023
|
`superDecoder(forKey:)` doesn't work as documented
|
|
5
|
1079
|
November 13, 2023
|
Composition of `Codable` and `Observable`
|
|
3
|
1808
|
November 8, 2023
|
Codable synthesis for Swift enums with overloaded associated values
|
|
3
|
679
|
October 3, 2023
|
Removing mutation modifiers in Codable
|
|
18
|
1553
|
September 3, 2023
|
Inlinable Codable
|
|
3
|
1400
|
June 17, 2023
|
Codable synthesis and decoding unavailable values
|
|
6
|
2144
|
May 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
4572
|
April 13, 2023
|
How do I make a type that only successfully decodes from the empty object `{}`?
|
|
5
|
2611
|
April 5, 2023
|
Optional decoding superpowers
|
|
9
|
5471
|
March 22, 2023
|
Codable enum's associated value is unexpectedly using positional name
|
|
22
|
3754
|
March 10, 2023
|
[Pitch] JSON Encoding Int64 as String
|
|
9
|
4893
|
February 15, 2023
|
Using Property Wrappers with Codable
|
|
15
|
17560
|
February 13, 2023
|
Why doesn't Int64 automatically conform to CodingKeyRepresentable?
|
|
1
|
1073
|
December 15, 2022
|
NSKeyedArchiver, CoreData and other storage solutions
|
|
7
|
2619
|
December 6, 2022
|
Making a codable wrapper for metatypes, will I get into trouble by doing this?
|
|
8
|
1771
|
November 17, 2022
|
Decoding a dictionary with a custom type (not String) as key
|
|
9
|
6852
|
November 13, 2022
|