Lets say I have some json looking like: `{'a': 1, ...
# klaxon
a
Lets say I have some json looking like:
{'a': 1, 'b': 2, 'c': 3 ... }
where the keys have arbitrary names. Is it possible to parse this json object with Klaxon e.g. parse it into a map or something?