We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9bfed commit 0b01b53Copy full SHA for 0b01b53
formats/json/commonMain/src/kotlinx/serialization/json/Json.kt
@@ -67,6 +67,7 @@ public sealed class Json(
67
* The default instance of [Json] with default configuration.
68
*/
69
@ThreadLocal // to support caching
70
+ @OptIn(ExperimentalSerializationApi::class)
71
public companion object Default : Json(JsonConfiguration(), EmptySerializersModule())
72
73
/**
0 commit comments