Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories IDEs
Created by Guest
Created on Oct 7, 2020

Playground Output

When executing a query in playground, the results come in json format like when we click on a document in connections. Currently {name: "value"} Proposal {"name": "value"}
  • ADMIN RESPONSE
    Oct 18, 2025
    In the next release of the extension, results that are documents/JSON will be displayed in an editor view properly formatted and highlighted. Here is the PR for reference: https://github.com/mongodb-js/vscode/pull/198
  • Guest
    Oct 13, 2020
    We are planning to move playground results to an editor tab and they will be displayed in JSON format (when the results are documents).