What's the easiest way to format a class to JSON t...
# announcements
s
What's the easiest way to format a class to JSON to use with a REST request?
r
there are a number of libraries available, including kotlinx.serialization. Personal preference is still moshi
n
i’d say jackson there’s an additional dependency to handle kotlin specifics
👍 1
s
Thanks. I think I'l stick with Jackson.
👍 1