Is there a way to deserialise JSON to a `Map`? I'v...
# serialization
l
Is there a way to deserialise JSON to a
Map
? I've tried just passing HashMap has a type but I'm just seeing
Can't locate argument-less serializer for class java.util.HashMap. For generic classes, such as lists, please provide serializer explicitly.
Just provide a serializer for your hashmap