CoreOffice / XMLCoder

Easy XML parsing using Codable protocols in Swift
https://coreoffice.github.io/XMLCoder/
MIT License
793 stars 104 forks source link

regression on attributed intrinsic #236

Open marcblanchet opened 2 years ago

marcblanchet commented 2 years ago

I used to use 0.8.0 which decoded fine XML attributes, with enum CodingKeys ... case value. With latest, it does not work anymore. Needed to write case value = "" as described in README and referring to PR 73 (https://github.com/MaxDesiatov/XMLCoder/pull/73). The issue I'm having is that when re-encoding to JSON, it does not work anymore. Reverting to 0.8.0 just make it (encoding) work magically.