arve
11/07/2018, 9:33 AMKlaxon().parse()
) won't parse directly to maps.
Example: val input = """{"hi" : "hello"}"""
val output = Klaxon().parse<Map<String, String>>(input) // com.beust.klaxon.KlaxonException: Couldn't find a suitable constructor for class Map to initialize with {}: null
Any suggestions?