android: json parsing settings explicitNulls = false

This commit is contained in:
Evgeny Poberezkin
2022-12-02 21:36:58 +00:00
parent bc28568c63
commit 0beb260b00
@@ -2313,6 +2313,7 @@ val json = Json {
prettyPrint = true
ignoreUnknownKeys = true
encodeDefaults = true
explicitNulls = false
}
@Serializable