A JSON SorterA JSON Sorter extension for Visual Studio Code that allows for manipulation of JSON lists. FeaturesCurrently 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:
To randomize the list, press CTRL + SHIFT + P and choose A JSON Sorter: Randomize list. |