XMLCoder icon indicating copy to clipboard operation
XMLCoder copied to clipboard

regression on attributed intrinsic

Open marcblanchet opened this issue 3 years ago • 0 comments

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.

marcblanchet avatar Dec 02 '21 15:12 marcblanchet