Implementing a custom Decoder in Swift 4
I haven’t had a chance to turn my code into a framework yet, but you can take a look at my Github Repository that implements both a custom decoder and encoder for XML. Link: https://github.com/ShawnMoore/XMLParsing The encoder and decoder resides in the XML folder of the repo. It is based on Apple’s JSONEncoder and JSONDecoder … Read more