Skip to content

Can Codable with optional by @OptionalKeyed

Latest

Choose a tag to compare

@the-yuyut the-yuyut 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.