Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>JSON Key Order KeeperNew to Visual Studio Code? Get it now.
JSON Key Order Keeper

JSON Key Order Keeper

VaultOps

|
2 installs
| (0) | Free
Sort JSON recursively and catch basic YAML style problems in the editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Maintainer: YourCompany
  • Website: https://example.com
  • Email: support@example.com

0.1.2

  • Maintenance release: listing and packaging refresh for wave top performers.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft