I'll do that, thanks. I also have this surprising ...
# klaxon
a
I'll do that, thanks. I also have this surprising case - am I doing something wrong here?
Copy code
val input = """
    { "a": "hello", "b":"hi" }
""".trimIndent()

Klaxon().parse<Map<String, String>>(input) // Throws com.beust.klaxon.KlaxonException: Couldn't find a suitable constructor for class Map to initialize with {}: null