Skip to content

Can Codable with optional by @OptionalKeyed

Latest
Compare
Choose a tag to compare
@ytyubox ytyubox released this 12 Apr 05:39
· 7 commits to main since this release
- @Keyed var id: String?
+@OptionalKeyed var id: String?

Please note Keyed var _: TYPE? will make a runtime error to tell you the disability on optional.