XMLCoder icon indicating copy to clipboard operation
XMLCoder copied to clipboard

`@Element var value: String?` does not work with `CodingKeys.value = ""`

Open paulober opened this issue 1 year ago • 0 comments

It doesn't work as optional so i can parse tags like <MyTag someother="hi"/> only parse tags like <MyTag someother="hi"></MyTag>

paulober avatar Jul 19 '24 09:07 paulober