Hi everyone, is there any library to support json ...
# multiplatform
s
Hi everyone, is there any library to support json handling in KMM. I am trying to have common json implementation across platforms. Found kotlinx.serialization, which can be used in common and android but not in iOS.
v
I use it on ios without any problems and many others do too
s
Thanks, is there any document or examples of iOS implementations. Would be highly useful.
d
@Sreeramktm 27 you'll find plenty of examples using kotlinx-serialization on iOS here: https://kotlinlang.org/docs/multiplatform-mobile-samples.html Also, just setup it like explained here: https://github.com/Kotlin/kotlinx.serialization#setup