Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>A JSON SorterNew to Visual Studio Code? Get it now.
A JSON Sorter

A JSON Sorter

Martin Norlunn

|
108 installs
| (0) | Free
A JSON Sorter extension for Visual Studio Code that allows for manipulation of JSON lists.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

A JSON Sorter

A JSON Sorter extension for Visual Studio Code that allows for manipulation of JSON lists.

Features

Currently this extension can only randomize the order of elements in JSON lists.

The list must be at the root of the JSON in the currently open file, like this:

[
  {
    "name": "Jessica",
    "age": 21
  },
  {
    "name": "Bob",
    "age": 27
  },
  {
    "name": "Mark",
    "age": 34
  }
]

To randomize the list, press CTRL + SHIFT + P and choose A JSON Sorter: Randomize list.

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