yskoht / keymapviz

keymap.c visualizer
MIT License
120 stars 27 forks source link

JSON export breaks metadata in the JSON template #93

Open hupfdule opened 1 year ago

hupfdule commented 1 year ago

KLEs JSON allows for Metadata to be included. The JSON template for the Model01 in #90 contains such metadata. But keymapviz doesn’t handle it correctly and this results in a broken JSON that cannot be imported in KLE.

The problem is that the metadata dict is transformed into a list and all entries in it will be reduced to their keys.