Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>JsonAlignNew to Visual Studio Code? Get it now.
JsonAlign

JsonAlign

Tillsat

|
3 installs
| (0) | Free
Aligns JSON array objects.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JSON Align

A simple VS Code extension to align JSON array objects by key, making them more readable.

Features

This extension provides a command and format-on-save functionality to vertically align values in a JSON array of objects.

Before:

[
    { "header": "Benchmark", "progress": 1 },
    { "header": "Lib", "progress": 0 },
    { "header": "Compiler", "progress": 0 }
]

After:

[
    { "header": "Benchmark", "progress": 1 },
    { "header": "Lib",       "progress": 0 },
    { "header": "Compiler",  "progress": 0 }
]

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft