<@U0B8ZP13Q> How do I make this work? I have: ```...
# klaxon
d
@cedric How do I make this work? I have:
Copy code
inline fun <reified T: Any> T.toJsonString() =
		klaxon.toJsonString(this as T)
But when I call it, it tells me that inferred type [some data class] is not a subtype of Any...?