Swift-codable-macro: macros for custom conformance to Codable
|
|
0
|
105
|
June 14, 2025
|
A problem encountered when using Codable with generics and optional
|
|
3
|
72
|
June 5, 2025
|
The future of serialization & deserialization APIs
|
|
142
|
12356
|
May 25, 2025
|
[Pitch] Improve `EncodingError` and `DecodingError`'s printed descriptions
|
|
5
|
286
|
May 14, 2025
|
Future of Codable and JSON-Coders in Swift 6: Hoping for a rework
|
|
11
|
5786
|
May 3, 2025
|
Preview for struct with custom codable initializer
|
|
3
|
98
|
April 10, 2025
|
Codable-macro: A Swift macro that generates Codable implementations
|
|
8
|
324
|
March 14, 2025
|
Decoding JSON fails on iOS 17: "Number <...> is not representable in Swift"
|
|
15
|
7314
|
December 4, 2024
|
[Pitch] JSONDecoder.nullDecodingStrategy
|
|
18
|
5284
|
November 15, 2024
|
Why does subclassing a Codable class produce "class has no initializers"?
|
|
13
|
3906
|
October 17, 2024
|
Custom Coding Path for Codable with Swift Macro
|
|
1
|
276
|
September 14, 2024
|
Unwanted "_0" name in JSON
|
|
2
|
400
|
May 28, 2024
|
Announcing CodableWrappers
|
|
2
|
2329
|
April 27, 2024
|
The synthesized implementation for `Decodable` doesn't interact with manual implementations as I would expect
|
|
6
|
368
|
April 2, 2024
|
Encoder & an Actor for the data?
|
|
3
|
527
|
March 4, 2024
|
Introducing MetaCodable: A Collection of Macros helping with custom Codable implementation generation
|
|
7
|
7936
|
January 10, 2024
|
AnyCodable Efficacy
|
|
10
|
6379
|
December 22, 2023
|
Codable requirements mystery
|
|
2
|
660
|
November 29, 2023
|
Macro unable to add Codable conformance if type has only private init (though the expanded code compiles)
|
|
1
|
435
|
November 28, 2023
|
Codable Dynamic Types
|
|
7
|
4236
|
November 13, 2023
|
`superDecoder(forKey:)` doesn't work as documented
|
|
5
|
1124
|
November 13, 2023
|
Composition of `Codable` and `Observable`
|
|
3
|
1958
|
November 8, 2023
|
Codable synthesis for Swift enums with overloaded associated values
|
|
3
|
688
|
October 3, 2023
|
Removing mutation modifiers in Codable
|
|
18
|
1561
|
September 3, 2023
|
Inlinable Codable
|
|
3
|
1420
|
June 17, 2023
|
Codable synthesis and decoding unavailable values
|
|
6
|
2205
|
May 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
4631
|
April 13, 2023
|
How do I make a type that only successfully decodes from the empty object `{}`?
|
|
5
|
2834
|
April 5, 2023
|
Optional decoding superpowers
|
|
9
|
6190
|
March 22, 2023
|
Codable enum's associated value is unexpectedly using positional name
|
|
22
|
4153
|
March 10, 2023
|