NullCodable
NullCodable copied to clipboard
Property wrapper that encodes `nil` optional values as `null` when encoded using `JSONEncoder`
Results
2
NullCodable issues
Sort by
recently updated
recently updated
newest added
First of all, thanks for the snippet! It saved me a lot of time and eventually helped understand how the Encoder/Decoder interfaces work a bit better. I'm writing an encoder/decoder...
Great library, using `@NullCodable` on a `Date` it converts it to seconds. Would it be possible to add `iso8601` option?