Custom Coding Path for Codable with Swift Macro
|
|
1
|
219
|
September 14, 2024
|
Unwanted "_0" name in JSON
|
|
2
|
350
|
May 28, 2024
|
Announcing CodableWrappers
|
|
2
|
2318
|
April 27, 2024
|
The synthesized implementation for `Decodable` doesn't interact with manual implementations as I would expect
|
|
6
|
336
|
April 2, 2024
|
Decoding JSON fails on iOS 17: "Number <...> is not representable in Swift"
|
|
14
|
5503
|
March 7, 2024
|
Encoder & an Actor for the data?
|
|
3
|
479
|
March 4, 2024
|
Future of Codable and JSON-Coders in Swift 6: Hoping for a rework
|
|
10
|
3817
|
January 30, 2024
|
Introducing MetaCodable: A Collection of Macros helping with custom Codable implementation generation
|
|
7
|
7469
|
January 10, 2024
|
AnyCodable Efficacy
|
|
10
|
5503
|
December 22, 2023
|
Codable requirements mystery
|
|
2
|
626
|
November 29, 2023
|
Macro unable to add Codable conformance if type has only private init (though the expanded code compiles)
|
|
1
|
424
|
November 28, 2023
|
Codable Dynamic Types
|
|
7
|
3205
|
November 13, 2023
|
`superDecoder(forKey:)` doesn't work as documented
|
|
5
|
977
|
November 13, 2023
|
Composition of `Codable` and `Observable`
|
|
3
|
1610
|
November 8, 2023
|
Codable synthesis for Swift enums with overloaded associated values
|
|
3
|
655
|
October 3, 2023
|
Removing mutation modifiers in Codable
|
|
18
|
1545
|
September 3, 2023
|
Inlinable Codable
|
|
3
|
1390
|
June 17, 2023
|
Codable synthesis and decoding unavailable values
|
|
6
|
1907
|
May 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
4485
|
April 13, 2023
|
How do I make a type that only successfully decodes from the empty object `{}`?
|
|
5
|
2302
|
April 5, 2023
|
Optional decoding superpowers
|
|
9
|
4436
|
March 22, 2023
|
Codable enum's associated value is unexpectedly using positional name
|
|
22
|
3220
|
March 10, 2023
|
[Pitch] JSON Encoding Int64 as String
|
|
9
|
4722
|
February 15, 2023
|
Using Property Wrappers with Codable
|
|
15
|
17097
|
February 13, 2023
|
Why doesn't Int64 automatically conform to CodingKeyRepresentable?
|
|
1
|
1029
|
December 15, 2022
|
NSKeyedArchiver, CoreData and other storage solutions
|
|
7
|
2410
|
December 6, 2022
|
Making a codable wrapper for metatypes, will I get into trouble by doing this?
|
|
8
|
1729
|
November 17, 2022
|
Decoding a dictionary with a custom type (not String) as key
|
|
9
|
6621
|
November 13, 2022
|
Use multiple kinds of coding keys to decode the same object
|
|
6
|
8977
|
November 5, 2022
|
How to decode a JSON String which uses Integer values as Boolean, alternatively can I force SQLite to use true/false instead of 1/0 as Bool
|
|
8
|
5556
|
October 20, 2022
|