JSON Key Order Keeper
Keep JSON/YAML config diffs predictable and easier to review.
Config Hygiene Goal
Use this when config repositories drift into noisy ordering and inconsistent YAML style.
Commands (Config Hygiene)
- Sort JSON Keys (Recursive) - Rewrites active JSON document with recursively sorted keys.
- Audit YAML Style Basics - Adds diagnostics for common YAML spacing and indentation issues.
Safety / What it changes
- JSON sort changes only the active file and can be undone.
- YAML audit is read-only and diagnostics-only.
When to use (Config repos)
- Before committing large JSON config updates.
- When YAML files have spacing/indentation drift.
- When reviewers ask for deterministic key order.
Privacy
No data leaves your machine. All scans, edits, diagnostics, and snippet operations stay local.
FAQ
Q: Will sorting change JSON values?
A: No. It only reorders object keys, preserving values.
Q: Does YAML audit enforce a full schema?
A: No. It focuses on lightweight style checks for fast feedback.
Support
0.1.2
- Maintenance release: listing and packaging refresh for wave top performers.
| |