A json view plugin for eclipse.
给eclipse写的一个json视图插件
functions
功能介绍
1.JsonTextView, format json string by 'right click'.
JsonTextView, 通过‘右键’,格式化json字符串文本。
2.JsonTreeVieew, dependence on JsonTextView, format json string to a tree view by 'right click'.
JsonTreeVieew,通过‘右键’,格式化json字符串到树形结构。
install step
安装步骤
-
download the plugin jar with code 't74h';
下载插件jar包, 提取码:t74h; -
copy the plugin jar to the directory 'dropin' where is the install folder of eclipse;
拷贝插件jar包到eclipse安装目录下的dropin文件夹; -
install finished, open eclipse, enjoy plugin.
安装完成,打开eclipse,体验插件。
use plugin
使用插件
1.use with perspective, menu: Window -> Open Perspective -> Other -> JsonViewer;
使用透视图方式, 菜单栏:Window -> Open Perspective -> Other -> JsonViewer
2.use with view, menu: Window -> Show View -> Other -> input "josn",choose one view to open it.
使用视图方式,菜单栏:Window -> Show View -> Other -> 输入“josn”,选择打开。

