kixi.hecuba icon indicating copy to clipboard operation
kixi.hecuba copied to clipboard

Decode should return maps with keywords as keys

Open annapawlicka opened this issue 10 years ago • 0 comments

At the moment when we encode maps, we store them in C* as a stringified json with keys as strings. When we decode them, we should turn them back into keywords, which we are not doing right now.

Example: decode in kixi.hecuba.data.devices.clj

annapawlicka avatar Nov 03 '14 13:11 annapawlicka