We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4c09b36
There was an error while loading. Please reload this page.
- @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.
Keyed var _: TYPE?
e8db04b
struct JSON: SuperCodable { - @Keyed("id") var id: String + @Keyed var id: String }
0f740cd
1.0.0 add test setting