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"}
1
vote
Jesse
shared this idea
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
-
AdminMassimiliano (Admin, MongoDB) commented
We are planning to move playground results to an editor tab and they will be displayed in JSON format (when the results are documents).