Do we have a Gson library for Kotlin ?
# announcements
d
Do we have a Gson library for Kotlin ?
s
you can use Gson with Kotlin as normal
there is a library with some extension functions called Kotson that may or may not be of some use to you
h
I just quickly looked at the kotlinx repo. If this doesn't work, I would use the java gson library.
s
if you’re looking for automatic mapping of data classes, Jackson is capable of that with
jackson-module-kotlin
f
Kotson 👍
👍 1
k
#C90AVCDQU
h
Gson is pretty straightforward to use in Kotlin already