harsh183 / gentle_kotlin

A gentle introduction to Kotlin
https://gentlekotlin.com
Creative Commons Attribution Share Alike 4.0 International
7 stars 1 forks source link

Gentle intro to JSON #21

Open harsh183 opened 3 years ago

harsh183 commented 3 years ago

I think I'll want to cover either Jackson +this guide or kotlinx+very extensive guide on Kotlin serialization. I'm leaning towards kotlinx because it's part of the language itself, but this will take some experimentation to evaluate.

harsh183 commented 2 years ago

kotlin json has likely improved in the time since, so this can be a good point to do further research on what's preferred.