Richard Gomez
10/02/2021, 12:20 AMJsonObjectMap<String, Any>JsonPrimitiveStringRichard Gomez
10/02/2021, 12:22 AMgetValueephemient
10/02/2021, 2:22 AM._OrNullephemient
10/02/2021, 2:23 AMRichard Gomez
10/03/2021, 12:17 AMorNullephemient
10/03/2021, 5:41 PMephemient
10/03/2021, 5:42 PM1.01ephemient
10/03/2021, 5:46 PMwhen {
    jsonPrimitive is JsonNull -> null
    jsonPrimitive.isString -> jsonPrimitive.content
    else -> jsonPrimitive.content.toBooleanStrictOrNull()
        ?: jsonPrimitive.content.toBigDecimal()
}Richard Gomez
10/05/2021, 1:42 PMephemient
10/05/2021, 6:04 PMRichard Gomez
10/05/2021, 9:26 PM