XMLCoder
XMLCoder copied to clipboard
`@Element var value: String?` does not work with `CodingKeys.value = ""`
It doesn't work as optional so i can parse tags like <MyTag someother="hi"/> only parse tags like <MyTag someother="hi"></MyTag>