Join Slack
Powered by
Hey guys Is there a nice way to parse XML to a dat...
# announcements
f
Filip Husnjak
10/19/2018, 9:13 AM
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
diesieben07
10/19/2018, 9:15 AM
Jackson with
https://github.com/FasterXML/jackson-dataformat-xml
and jackson-module-kotlin should work.
f
Filip Husnjak
10/19/2018, 9:18 AM
Thanks, I will give thids a try 🙂
154
Views
Open in Slack
Previous
Next