mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2026-04-04 07:02:23 +00:00
init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package dev.inmo.configurable_inline_telegram_bot
|
||||
|
||||
import kotlinx.serialization.json.Json
|
||||
|
||||
val serialFormat = Json {
|
||||
ignoreUnknownKeys = true
|
||||
allowSpecialFloatingPointValues = true
|
||||
useArrayPolymorphism = true
|
||||
}
|
||||
Reference in New Issue
Block a user