Whats the best XML library to work with for Kotlin...
# server
m
Whats the best XML library to work with for Kotlin?
v
Probably depends on concrete needs. For example Kotlinx serialization with the community-driven XML format implementation could be a decent choice.
p
Jackson’s XML Module also did it’s work when we used it - more java-esque though :)
v
And not multi-platform if that is relevant
👍 2
p
Indeed a great point Björn. The Jackson module is JVM-only.
233 Views