Hey guys Is there a nice way to parse XML to a dat...
# announcements
f
Hey guys Is there a nice way to parse XML to a data class? My solution converts the xml to json and then to a data class is there a better way?
d
Jackson with https://github.com/FasterXML/jackson-dataformat-xml and jackson-module-kotlin should work.
f
Thanks, I will give thids a try 🙂
154 Views