Open
Description
When executing a query that returns a JSON result, the output shown in the results pane is not formatted properly. Instead of showing a nicely indented and color-coded JSON structure, the entire response appears as a single, unformatted string — making it difficult to read or inspect.
Steps to Reproduce:
1. Run a query that returns JSON, e.g., using FOR JSON AUTO or FOR JSON PATH.
2. Observe the results in the results pane.
Screen.Recording.2025-04-24.at.11.57.14.AM.mov
Expected Behavior:
The JSON output should be automatically pretty-printed (indented, color-coded) for better readability, or at least provide a “View as JSON” option.
Actual Behavior:
The JSON response appears as a raw, unformatted string.