Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio: JSON visualizer when debugging

When debugging in Visual Studio 2010 and hovering over a variable name, I'm given the option to use 3 different built-in visualizers: Text, XML, & HTML.

Here is an example of what I'm referring to:

Visual studio debugger visualization screenshot

Since I'm doing more and more work with JSON based data, is there a JSON visualizer that I can install?

like image 280
Dan Esparza Avatar asked Jul 26 '11 20:07

Dan Esparza


People also ask

How do I view json in Visual Studio?

After installation it is available in the main menu: Tools -> JSON Viewer. Features: ability to open prelminary formatted JSON data from the clipboard. ability to open empty temporary JSON file.

How do I view debug log in Visual Studio?

To see the debug output window, in Microsoft Visual Studio, click View, click Other Windows, and then click Output. You can view the debug output in this window only if the debugger is attached to the process that is writing to the output window.


1 Answers

Yes, use this addon on Codeplex.

archive.org - JSON Viewer on Codeplex

like image 137
Paul Mendoza Avatar answered Oct 04 '22 09:10

Paul Mendoza