Skip to content

Commit

Permalink
feat: add coerce input values (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole authored Aug 9, 2023
1 parent 05dcd1b commit 50b2239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/WooviSDK.kt
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ public class WooviSDK @JvmOverloads public constructor(
internal fun createJson(): Json = Json {
explicitNulls = true
ignoreUnknownKeys = true
coerceInputValues = true
}

@JvmSynthetic
Expand Down

0 comments on commit 50b2239

Please sign in to comment.