A Visual Studio Code extension that converts JSON to PowerShell objects.
Vibes
Please note that this extension is entirely vibe coded down to AI generating the project files and running the command to build it.
As such the project is released under the "Unlicense" which places the project in the public domain free of any and all restrictions or responsibility.
Features
Convert JSON to PowerShell objects with proper formatting
Preserve nested structures and arrays
Handle special characters and escape sequences
Keyboard shortcut support (Ctrl+Shift+J / Cmd+Shift+J)
Usage
Select the JSON text you want to convert
Use one of the following methods to convert:
Press Ctrl+Shift+J (Windows/Linux) or Cmd+Shift+J (Mac)
Use the Command Palette (Ctrl+Shift+P) and type "Convert JSON to PowerShell"