On Thursday, 5 December 2019 at 16:48:01 UTC, zoujiaqing wrote:
## Sample code for it ```D import hunt.xml;@XmlRootElement("user") class User { @XmlAttribute("ID") int id = 1001; @XmlElement("USERNAME") string name; }
I like the declarative API, can't wait to give it a go. Reminds me of JAXB :)
