Visual Studio 的插件,用于在编辑器中可视化选定的 json 字符串
我有很多 xml 文件,并且在一些元素中嵌入了 json 序列化对象。它们非常难以阅读和修改。所以问题是:
是否有任何可用的 Visual Studio 插件可以在编辑器中获取选定的 json 文本,并将其可视化(甚至可能允许编辑)?
如果没有,如果我必须构建它 - 是否有任何好的起点或可用的示例? (选择文本时右键单击命令可用,并且显示弹出窗口)
问候
Larsi
I've got a lot of xml files, and embedded in some elements there are json serialized objects. They are quite difficult to read and modify. So question is:
Are there any Visual Studio addins availible that can take selected json-text in the editor, and visualize it (and maybe even allow for editing)?
if not, if I must build it - are there any good starting points or samples availible?
(making a right-click command availible when text is selected, and them showing a popup)
Regards
Larsi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://jsonviewer.codeplex.com
http://jsonviewer.codeplex.com