Visual Studio:调试时的 JSON 可视化工具

发布于 2024-11-26 20:32:28 字数 268 浏览 1 评论 0 原文

在 Visual Studio 2010 中进行调试并将鼠标悬停在变量名称上时,我可以选择使用 3 种不同的内置可视化工具:文本、XML 和可视化工具。 HTML。

是我所指的示例:

Visual studio 调试器可视化屏幕截图

这 我越来越多地使用基于 JSON 的数据,是否有可以安装的 JSON 可视化工具

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

黑凤梨 2024-12-03 20:32:28

是的,在 Codeplex 上使用此插件。

archive.org - Codeplex 上的 JSON 查看器

Yes, use this addon on Codeplex.

archive.org - JSON Viewer on Codeplex

瑾兮 2024-12-03 20:32:28

明显可见的免责声明:这是我写的,我将通过 Microsoft 的 Visual Studio Gallery 免费赠送它。没有广告,没有链接到我自己的网站或任何东西。

我在寻找完全相同的东西时发现了这个线程,但看到 http://jsonviewer.codeplex.com/ 是“一个可视化工具Visual Studio 2005”我觉得它对于我的使用来说可能已经过时了。所以我编写了一个新的可视化工具(内置 jsonlint 支持!)。它已经使用 Visual Studio 2012 进行了测试(但可能至少在 2008 年和 2010 年运行良好),并且可以从 Microsoft 获取 Visual Studio 库

Overtly visible disclamer: I wrote this and I'm giving it away for free via Microsofts Visual Studio Gallery. No ads, no link to my own site or anything.

I found this thread when looking for the exact same thing but seeing that http://jsonviewer.codeplex.com/ is "A visualizer for Visual Studio 2005" i felt that it was probably to outdated for my use. So I wrote a new visualizer instead (with built in jsonlint-support!). It has been tested with Visual Studio 2012 (but probably works fine for at least 2008 and 2010) and available from Microsofts Visual Studio Gallery.

紙鸢 2024-12-03 20:32:28

实际上它在 Visual Studio 2010 中确实可以工作,但你必须解锁程序集。在资源管理器中右键单击 DLL 并查看属性,这是一个取消阻止程序集的按钮。

Actually it does work in visual studio 2010, but you have to unblock the assemblies. In explorer right click on the DLL and view properties the is a button to unblock the assembly.

小草泠泠 2024-12-03 20:32:28

我知道这个问题专门引用了 Visual Studio 2010,但至少在 Visual Studio 2019 中,JSON Visualizer 已经集成,因此我想说,您不需要任何扩展。

只需在变量的视图上下文菜单中选择 JSON Visualizer:

选择 JSON Visualizer

然后按查看按钮:

查看包含 JSON 字符串的变量

I know the question references specifically Visual Studio 2010, but at least in Visual Studio 2019, the JSON Visualizer is already integrated so you don't need any extension, I would say.

Just select the JSON Visualizer in variable's view context menu:

select JSON Visualizer

And then press the view button:

view a variable containing a JSON string

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文