I'm using `org.apache.xmlrpc:xmlrpc-client:3.1.3`,...
# klaxon
d
I'm using
org.apache.xmlrpc:xmlrpc-client:3.1.3
, but the responses are very hard to handle... they are tons of lists of Objects that have to be casted... any simple way to use Klaxon either to get a Json version of it and then parse it into a data class, or even better, to parse it straight into a data class...?