Join Slack
Powered by
any pointer to get KN parsing json into data class...
# kotlin-native
k
kikitux
02/02/2018, 10:40 AM
any pointer to get KN parsing json into data class ?
o
olonho
02/02/2018, 11:05 AM
It will be added into
https://github.com/Kotlin/kotlinx.serialization
eventually, for now only parsing to map is available, like in
https://github.com/JetBrains/kotlinconf-spinner/blob/master/kotlin-native/samples/fullstack/json/src/main/kotlin/kjson/KJson.kt
k
kikitux
02/02/2018, 2:25 PM
thanks, I did play with that code and i am able to extract values. In Kotlin/Jvm jackson does a good job to parse into a data class
kikitux
02/02/2018, 2:25 PM
I will check that parse to map
3
Views
Open in Slack
Previous
Next