I think I'll want to cover either [Jackson](https://www.baeldung.com/jackson-kotlin) [+this guide](https://hceris.com/painless-json-with-kotlin-and-jackson/) or [kotlinx](https://kotlinlang.org/docs/reference/serialization.html)[+very extensive guide on Kotlin serialization](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serialization-guide.md). I'm leaning towards `kotlinx` because it's part of the language itself, but this will take some experimentation to evaluate.
I think I'll want to cover either Jackson +this guide or kotlinx+very extensive guide on Kotlin serialization. I'm leaning towards
kotlinxbecause it's part of the language itself, but this will take some experimentation to evaluate.