Join Slack
Communities
Powered by
Lets say I have some json looking like: `{'a': 1, ...
# klaxon
a
Adam Risberg
03/13/2018, 10:10 AM
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?
Open in Slack
Previous
Next