Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>jq-dev-testNew to Visual Studio Code? Get it now.
jq-dev-test

jq-dev-test

STG Tools Team

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

JQ Executor

JQ Executor is a Visual Studio Code extension that enables users to transform JSON data using JQ scripts within the VS Code environment.

JQ-Executor

Features

  • JSON Transformation: Execute JQ scripts to transform JSON data directly within Visual Studio Code.
  • Configuration: Configure input payload, transformation script(jq script), configuration file, and function definitions easily through VS Code settings.
  • Error Handling: Provides comprehensive error handling, including identification of errors in the transformation script (JQ script), as well as handling for file selection and reading operations.
  • Output Channel: Output transformation results to a dedicated output channel for easy viewing.

Requirements

  • Visual Studio Code
  • Python 3.x (for executing JQ scripts)

Usage

  1. Install the extension from the Visual Studio Code Marketplace.
  2. Configure the extension settings (JQ-Executor) according to your requirements.
  3. Use the JQ-Executor command to initiate the transformation process.
  4. View the transformation results in the output channel named jq output.

Extension Settings

  • Input Payload: Specify how the input JSON payload is provided (e.g., select from file, use a fixed path).
  • Transformation Script File: Define the source of the JQ transformation script (e.g., select from file, use a fixed path).
  • Transform Configuration: Configure the source of the transformation configuration file.
  • Transform Function Definition: Specify the location of JQ function definitions.

Known Issues

Please report any issues or bugs on the GitHub repository.

Release Notes

Version 1.0.0

  • Initial release of JQ Transformer extension.

License

This extension is licensed under the MIT License.

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