https://github.com/alswl/json-editor
一个从jb51移植过来的json编辑器
https://github.com/alswl/json-editor
Last synced: 9 months ago
JSON representation
一个从jb51移植过来的json编辑器
- Host: GitHub
- URL: https://github.com/alswl/json-editor
- Owner: alswl
- Created: 2011-11-28T06:35:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-08T15:55:38.000Z (about 14 years ago)
- Last Synced: 2025-10-10T22:42:47.300Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
json-editor
===========
:author: alswl
:email: alswlx@gmail.com
:toc:
:numbered:
关于json-editor
-------------
json-editor是jb51提供的一个在线JSON编辑器,
地址是http://tools.jb51.net/tools/json/json_editor.htm。
这个编辑器功能还蛮强大,但是看上去样式有点老。
我就把代码取过来,想把它整理一下。
TODO
----
* 重新设计美化HTML/CSS
* 引入jQuery
* 梳理Javascript代码,尝试重构
// vim: set ft=asciidoc: