I was wondering if anyone knows of any good JSON editors, preferably one that is a plugin for Visual Studio 2008?
Asked
Active
Viewed 7,490 times
2
-
2Isnt JOSN just javascript? Why does VS have a problem with that? – leppie Sep 23 '09 at 08:52
-
Just create a new js file and write there all you want. – Kamarey Sep 23 '09 at 08:54
-
I was wondering if there was something like http://www.jsonpro.com that was a plugin. – Fermin Sep 23 '09 at 08:54
-
See also: http://stackoverflow.com/questions/998832 (similar question) – dreftymac May 18 '12 at 20:51
3 Answers
1

Natrium
- 30,772
- 17
- 59
- 73
-
3There are a lot of high quality, web based, JSON editors, but I'm not comfortable using a web solution when I'm working with sensitive data. – GregB Jul 14 '11 at 22:04
0
XmlGrid.net has a good online JSON editor. One nice feature is that you can toggle XmlView and JsonView so that you can easily convert Json to XML. Here is the URL: http://xmlgrid.net/jsonEditor.html

Zac Zeng
- 1
- 1
0
This one is nice; it also features adding elements and clipboard functionality (visually on the tree, without messing with code).
It is a static web page, so it can be easily downloaded and used locally.

mbq
- 18,510
- 6
- 49
- 72