json格式化工具json格式化工具,更好的查看json结构
.
├── Readme-说明.htm
├── json
│ ├── ajax.js
│ ├── app.css
│ ├── app.js
│ ├── beta
│ │ └── index.html
│ ├── cache.manifest
│ ├── datapolicy.txt
│ ├── doc
│ │ ├── doc.css
│ │ ├── img
│ │ │ ├── actions_menu.png
│ │ │ ├── button_actions_menu.png
│ │ │ ├── button_dragarea.png
│ │ │ ├── code_editor.png
│ │ │ ├── main_menu.png
│ │ │ ├── splitter.png
│ │ │ └── tree_editor.png
│ │ └── index.html
│ ├── favicon.ico
│ ├── fileretriever.css
│ ├── fileretriever.js
│ ├── fileretriever.php
│ ├── hash.js
│ ├── img
│ │ ├── description.txt
│ │ ├── header_background.png
│ │ ├── icon_128.png
│ │ ├── icon_16.png
│ │ ├── icon_gray.svg
│ │ ├── icon_gray_16.svg
│ │ ├── icon_orange.svg
│ │ ├── logo.png
│ │ ├── logo.xcf
│ │ ├── logo_app.png
│ │ └── logo_app.xcf
│ ├── index.html
│ ├── jsoneditor
│ │ ├── css
│ │ │ ├── contextmenu.css
│ │ │ ├── img
│ │ │ │ ├── description.txt
│ │ │ │ ├── export.sh
│ │ │ │ ├── jsoneditor-icons.png
│ │ │ │ └── jsoneditor-icons.svg
│ │ │ ├── jsoneditor.css
│ │ │ ├── menu.css
│ │ │ └── searchbox.css
│ │ └── js
│ │ ├── appendnode.js
│ │ ├── contextmenu.js
│ │ ├── header.js
│ │ ├── highlighter.js
│ │ ├── history.js
│ │ ├── jsoneditor.js
│ │ ├── modebox.js
│ │ ├── module.js
│ │ ├── node.js
│ │ ├── searchbox.js
│ │ ├── texteditor.js
│ │ ├── treeeditor.js
│ │ └── util.js
│ ├── lib
│ │ ├── ace
│ │ │ ├── ace.js
│ │ │ ├── ext-searchbox.js
│ │ │ ├── mode-json.js
│ │ │ ├── theme-jsoneditor.js
│ │ │ ├── theme-textmate.js
│ │ │ └── worker-json.js
│ │ └── jsonlint
│ │ ├── README.md
│ │ └── jsonlint.js
│ ├── notify.js
│ ├── queryparams.js
│ ├── robots.txt
│ └── splitter.js
└── 找例子网_json_gshgj_v1.3.zip
12 directories, 67 files
评论