Addin to Visual Studio for visualizing a selected json string in the editor
Posted
by Larsi
on Stack Overflow
See other posts from Stack Overflow
or by Larsi
Published on 2010-05-18T08:45:45Z
Indexed on
2010/05/18
8:50 UTC
Read the original article
Hit count: 358
Hi!
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
© Stack Overflow or respective owner