Mindera/Alicerce

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! ๐Ÿป