I'm using it a bit non-standard ```val parser = kl...
# klaxon
k
I'm using it a bit non-standard
Copy code
val parser = klaxon.parser(kc)
val o: T? = klaxon.maybeParse(parser.parse(StringReader(data)) as JsonObject)