Yeah, I hadn't seen that it's available even for n...
# multiplatform
c
Yeah, I hadn't seen that it's available even for native. Official docs says that it's not available and one must use only jsonparser, then on jsonparser it says it's deprecated and one must use the whole kotlinx.serialization... Solved :)
s
Native is not available and you must use jsonparser in Kotlin 1.2, but jsonparser is deprecated and automated databinding for native is available in Kotlin 1.3-RC