MonriPayments / monri-ios

Monri Payments iOS SDK
MIT License
5 stars 3 forks source link

JSON data serialisation done trough dictionaries, why not Codable? #12

Open nedimf opened 2 years ago

nedimf commented 2 years ago

JSON data serialisation done trough dictionary, instead of using Swift Codable protocols? Is there reason this SDK doesn't use well established JSON serialisation technic?

jasminsuljic commented 2 years ago

Is there reason this SDK doesn't use well established JSON serialisation technic?

There's no reason not to change to Codable. Is this something you'd be interested in?

nedimf commented 2 years ago

Yeah, I could do PR by end of the week addressing this. Thank you for your response