MoreCodable icon indicating copy to clipboard operation
MoreCodable copied to clipboard

MoreCodable expands the possibilities of `Codable`.

Results 2 MoreCodable issues
Sort by recently updated
recently updated
newest added

I tried using your tip of `master` and it doesn't seem to work. How is it supposed to get the list of valid `CodingKey` like in your example?

**Related Issue** https://github.com/tattn/MoreCodable/issues/21 **Description** Int literals cannot be cast as a Double using `as?` so `Double()` must be used instead. JSON has only one Number type, and allows "5" to...