Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Json Editor


This is a JSON Editor plugin for jQuery, it can init from a json object, transfroming from json to a visual tree , user can modify the tree by appending child node or leaf to a node, insert a brother node or leaf before a node or leaf, delete node or leaf , a json object can be parsed from the tree for programming.

It has 3 kind of states and could be changed easily:

  • init: parse the json to a tree which could be modified just by mouse
  • input : swith the UI to a texteare with the string format of the json object, which is more convenient to edit
  • dump : swith the UI to a div with the string format of the json object

It's easy and simple, see demo :
http://jadesoul.org/projects/jsoneditor/index.html

download source :
http://jadesoul.org/projects/jsoneditor/jsoneditor-source.zip

the json-editor jQuery Plugin sources, including jquery core and jquery-json.

currently this json editor does not support array element very well when dumping, this will be improved in next version

Downloads



5
Your rating: None Average: 5 (3 votes)