Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON export breaks metadata in the JSON template #93

Open
hupfdule opened this issue Jun 30, 2023 · 0 comments · May be fixed by #94
Open

JSON export breaks metadata in the JSON template #93

hupfdule opened this issue Jun 30, 2023 · 0 comments · May be fixed by #94

Comments

@hupfdule
Copy link

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.

hupfdule added a commit to hupfdule/keymapviz that referenced this issue Jun 30, 2023
The dict will be copied as is rather than transformed into a list.

Closes yskoht#93
@hupfdule hupfdule linked a pull request Jun 30, 2023 that will close this issue
hupfdule added a commit to hupfdule/keymapviz that referenced this issue Jul 1, 2023
The dict will be copied as is rather than transformed into a list.

Closes yskoht#93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant