summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/format/json.py
AgeCommit message (Collapse)Author
2023-09-14`qmk format-json`: Add an in-place mode to format json command (#21610)Andrew Kannan
2023-05-20`qmk format-json`: Expose full key path and respect `sort_keys` (#20836)Ryan
2021-06-24Optimize our jsonschema by using refs (#13271)Zach White
* 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
2021-03-25Add a `qmk format-json` command that will format JSON files (#12372)Zach White
* 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