Join Slack
Powered by
How does one create a `Json` without treading expe...
# serialization
d
Dominaezzz
08/02/2019, 10:04 AM
How does one create a
Json
without treading experimental?
f
Fudge
08/02/2019, 12:30 PM
Provide it with
JsonConfiguration.Stable
Copy code
val json = Json(JsonConfiguration.Stable)
Fudge
08/02/2019, 12:31 PM
For more information
https://github.com/Kotlin/kotlinx.serialization/blob/master/README.md
3
Views
Open in Slack
Previous
Next