JSON plugin for eclipse
I was googling for hours but could not find a useful JSON plugin for Eclipse.
I am trying to have something like the following:
(source: developerlife.com)开发者_JAVA技巧Does anybody knows such a plugin?
There's an Eclipse JSON Editor Plugin on SourceForge. Its Outline view might be something like what you want. (I haven't actually used it myself.)
I recommend using JSON Tools, it is easy to install and actively maintained.
you don't need a eclipse plugin to edit json files, you can use this:
http://jsoneditor.appspot.com/
or this:
http://jsoneditoronline.org/
I have found the aptana JSON editor with outline view quite helpful. Click here
精彩评论