Eclipse 的 JSON 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2772389/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
JSON plugin for eclipse
提问by
I was googling for hours but could not find a useful JSON plugin for Eclipse.
我在谷歌上搜索了几个小时,但找不到一个有用的 Eclipse JSON 插件。
I am trying to have something like the following:
我正在尝试使用以下内容:

(source: developerlife.com)

(来源:developerlife.com)
Does anybody knows such a plugin?
有人知道这样的插件吗?
采纳答案by Syntactic
There's an Eclipse JSON Editor Pluginon SourceForge. Its Outline view might be something like what you want. (I haven't actually used it myself.)
SourceForge 上有一个Eclipse JSON 编辑器插件。它的大纲视图可能与您想要的类似。(我自己实际上并没有使用它。)
回答by thSoft
I recommend using JSON Tools, it is easy to install and actively maintained.
我推荐使用JSON Tools,它易于安装和积极维护。
回答by ademar111190
you don't need a eclipse plugin to edit json files, you can use this:
你不需要eclipse插件来编辑json文件,你可以使用这个:
http://jsoneditor.appspot.com/
http://jsoneditor.appspot.com/
or this:
或这个:

