Codable synthesis and decoding unavailable values
|
|
6
|
857
|
May 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
3180
|
April 13, 2023
|
How do I make a type that only successfully decodes from the empty object `{}`?
|
|
5
|
327
|
April 5, 2023
|
Optional decoding superpowers
|
|
9
|
634
|
March 22, 2023
|
Codable enum's associated value is unexpectedly using positional name
|
|
22
|
642
|
March 10, 2023
|
[Pitch] JSON Encoding Int64 as String
|
|
9
|
3035
|
February 15, 2023
|
Using Property Wrappers with Codable
|
|
15
|
13399
|
February 13, 2023
|
Codable Dynamic Types
|
|
6
|
702
|
January 3, 2023
|
Why doesn't Int64 automatically conform to CodingKeyRepresentable?
|
|
1
|
336
|
December 15, 2022
|
NSKeyedArchiver, CoreData and other storage solutions
|
|
7
|
1037
|
December 6, 2022
|
Making a codable wrapper for metatypes, will I get into trouble by doing this?
|
|
8
|
1219
|
November 17, 2022
|
Decoding a dictionary with a custom type (not String) as key
|
|
9
|
4750
|
November 13, 2022
|
Use multiple kinds of coding keys to decode the same object
|
|
6
|
5929
|
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
|
1557
|
October 20, 2022
|
PropertyWrapper, Optional, and Codable
|
|
0
|
545
|
October 6, 2022
|
Custom Encoder / Decoder supporting RawRepresentable
|
|
5
|
890
|
September 19, 2022
|
MarkCodable - Markdown Codable repo
|
|
0
|
2259
|
September 5, 2022
|
Roundtripping key coding strategies
|
|
7
|
992
|
August 17, 2022
|
Can't assign to self in initializer in protocol extension when protocol inherits from NSCoding
|
|
1
|
333
|
August 11, 2022
|
DeepCodable: Encode and decode deeply-nested data into flat Swift objects
|
|
16
|
4209
|
August 11, 2022
|
Properties with default values are always initialized before the body of any init(), even for Decodable.init — why is this?
|
|
1
|
404
|
August 7, 2022
|
Cleaner Way to Decode Missing JSON Keys?
|
|
8
|
4876
|
July 19, 2022
|
JSONDecoder fails when passing implicitly unwrapped optional Data
|
|
5
|
1158
|
June 13, 2022
|
Force nested properties to conform to super class or struct like Codable Protocol
|
|
4
|
525
|
June 2, 2022
|
Multiple calls to `encode(to:)` in the same container (a dubious Codable / `@dynamicMemberLookup` combination)
|
|
9
|
887
|
May 20, 2022
|
AnyCodable Efficacy
|
|
7
|
2691
|
March 27, 2022
|
Most convenient use of hex encoded strings in json?
|
|
5
|
6576
|
March 18, 2022
|
JSON Encoding / Decoding weird encoding of dictionary with enum values
|
|
11
|
15262
|
March 15, 2022
|
Decodable with child of variable type
|
|
18
|
2287
|
January 6, 2022
|
[Pitch] Roundtripping key coding strategies
|
|
7
|
998
|
December 30, 2021
|