|
Unwanted "_0" name in JSON
|
|
2
|
343
|
May 28, 2024
|
|
Announcing CodableWrappers
|
|
2
|
2316
|
April 27, 2024
|
|
The synthesized implementation for `Decodable` doesn't interact with manual implementations as I would expect
|
|
6
|
333
|
April 2, 2024
|
|
Decoding JSON fails on iOS 17: "Number <...> is not representable in Swift"
|
|
14
|
5106
|
March 7, 2024
|
|
Encoder & an Actor for the data?
|
|
3
|
468
|
March 4, 2024
|
|
Future of Codable and JSON-Coders in Swift 6: Hoping for a rework
|
|
10
|
3568
|
January 30, 2024
|
|
Introducing MetaCodable: A Collection of Macros helping with custom Codable implementation generation
|
|
7
|
7390
|
January 10, 2024
|
|
AnyCodable Efficacy
|
|
10
|
5388
|
December 22, 2023
|
|
Codable requirements mystery
|
|
2
|
617
|
November 29, 2023
|
|
Macro unable to add Codable conformance if type has only private init (though the expanded code compiles)
|
|
1
|
419
|
November 28, 2023
|
|
Codable Dynamic Types
|
|
7
|
2994
|
November 13, 2023
|
|
`superDecoder(forKey:)` doesn't work as documented
|
|
5
|
953
|
November 13, 2023
|
|
Composition of `Codable` and `Observable`
|
|
3
|
1531
|
November 8, 2023
|
|
Codable synthesis for Swift enums with overloaded associated values
|
|
3
|
641
|
October 3, 2023
|
|
Removing mutation modifiers in Codable
|
|
18
|
1543
|
September 3, 2023
|
|
Inlinable Codable
|
|
3
|
1384
|
June 17, 2023
|
|
Codable synthesis and decoding unavailable values
|
|
6
|
1871
|
May 17, 2023
|
|
Are KeyPaths Codable?
|
|
10
|
4455
|
April 13, 2023
|
|
How do I make a type that only successfully decodes from the empty object `{}`?
|
|
5
|
2180
|
April 5, 2023
|
|
Optional decoding superpowers
|
|
9
|
4126
|
March 22, 2023
|
|
Codable enum's associated value is unexpectedly using positional name
|
|
22
|
3019
|
March 10, 2023
|
|
[Pitch] JSON Encoding Int64 as String
|
|
9
|
4671
|
February 15, 2023
|
|
Using Property Wrappers with Codable
|
|
15
|
16920
|
February 13, 2023
|
|
Why doesn't Int64 automatically conform to CodingKeyRepresentable?
|
|
1
|
1019
|
December 15, 2022
|
|
NSKeyedArchiver, CoreData and other storage solutions
|
|
7
|
2347
|
December 6, 2022
|
|
Making a codable wrapper for metatypes, will I get into trouble by doing this?
|
|
8
|
1714
|
November 17, 2022
|
|
Decoding a dictionary with a custom type (not String) as key
|
|
9
|
6535
|
November 13, 2022
|
|
Use multiple kinds of coding keys to decode the same object
|
|
6
|
8803
|
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
|
5386
|
October 20, 2022
|
|
PropertyWrapper, Optional, and Codable
|
|
0
|
1418
|
October 6, 2022
|