How does one create a `Json` without treading expe...
# serialization
d
How does one create a
Json
without treading experimental?
f
Provide it with
JsonConfiguration.Stable
Copy code
val json = Json(JsonConfiguration.Stable)