Visual Studio:调试时的 JSON 可视化工具
在 Visual Studio 2010 中进行调试并将鼠标悬停在变量名称上时,我可以选择使用 3 种不同的内置可视化工具:文本、XML 和可视化工具。 HTML。
是我所指的示例:
这 我越来越多地使用基于 JSON 的数据,是否有可以安装的 JSON 可视化工具?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
是的,在 Codeplex 上使用此插件。
archive.org - Codeplex 上的 JSON 查看器
Yes, use this addon on Codeplex.
archive.org - JSON Viewer on Codeplex
明显可见的免责声明:这是我写的,我将通过 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.
您可以参考这些帖子:
Visual Studio 2012 中的 JSON 调试器可视化工具
JSON 调试器可视化工具在 Visual Studio 2013 中
You may reference theses posts:
JSON Debugger visualizer in Visual Studio 2012
JSON Debugger Visualizer in Visual Studio 2013
实际上它在 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.
我知道这个问题专门引用了 Visual Studio 2010,但至少在 Visual Studio 2019 中,JSON Visualizer 已经集成,因此我想说,您不需要任何扩展。
只需在变量的视图上下文菜单中选择 JSON Visualizer:
然后按查看按钮:
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:
And then press the view button: