A
Size: a a a
A
L
DS
inline operator fun Boolean.invoke(code: () -> Unit) {
if (this) code()
}
(1 == 1) { println(true)}
A
BP
VP
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 48: Expected string or non-null literal
JSON input: {
"timestamp": "2020-10-21T11:07:36",
"data": {},
"isError": false
}
Json {
ignoreUnknownKeys = true
allowSpecialFloatingPointValues = true
isLenient = true
}.asConverterFactory(contentType)
JI
kotlinx.serialization.json.internal.JsonDecodingException: Unexpected JSON token at offset 48: Expected string or non-null literal
JSON input: {
"timestamp": "2020-10-21T11:07:36",
"data": {},
"isError": false
}
Json {
ignoreUnknownKeys = true
allowSpecialFloatingPointValues = true
isLenient = true
}.asConverterFactory(contentType)
J
QH
J
QH
A
L
A
L
A
SK
BP
SK
BP