Should use Codable for JSON parsing / encoding
mluisbrown opened this issue ยท 3 comments
Since Swift 4.0 introduced Codable the library should use it instead of custom JSON parsing via Mappable
.
hi @mluisbrown ๐
Thanks for opening this issue! You're absolutely right, and we should deprecate Mappable
in favor of Codable
๐
In fact, we've had this improvement on our TODO list but haven't tackled it yet.
I think I'll migrate that list to Issues so that it's visible to everyone.
Cheers! ๐ป
@p4checo are you guys accepting PRs? I'd love to contribute to the Codable
migration if added as a public issue.
hi @marcosgriselli! ๐ค
Thanks for your interest! And yes, we do accept PR's ๐
Since no one is currently working on this, we would really appreciate if someone could give us a hand!
Please take a look at our CONTRIBUTING for our guidelines on PR's.
Should I assign you this, then? ๐
Cheers! ๐ป