We use a combination of GSON and org.json:json for the http4k XML support. We support deserialisation to data classes. We did look at Jackson first, but ended up rejecting it - not totally sure why - it might have had something to do with how it deserialises tag content but I can't be šÆ% on that
c
Chih
03/07/2018, 2:55 PM
Thanks for the answers guys, I tried Jackson lib and everything worked fine.