arve
10/24/2018, 7:19 AMval 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