ShawnMoore / XMLParsing

XMLEncoder & XMLDecoder using the codable protocol in Swift 4.2
MIT License
332 stars 100 forks source link

keyDecodingStrategy is not implemented #18

Closed amerkarim closed 6 years ago

amerkarim commented 6 years ago

JSONDecoder in swift has a property called keyDecodingStrategy which is really really useful is many cases, is there a chance that we get something like that in XMLDecoder?