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.
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.