summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/format/json.py
Commit message (Collapse)AuthorAgeFilesLines
* Optimize our jsonschema by using refs (#13271)Zach White2021-06-241-3/+2
| | | | | | | | | | | | | * fix some broken info.json files * optimize our jsonschema using refs * fix formatting after vscode broke it * make flake8 happy * cleanup * make our schema validation more compact and flexible
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-251-0/+66
* Add a command to format json files * change to work after rebase * add test for qmk format-json * add documentation for qmk format-json * Update lib/python/qmk/cli/format/json.py