Readme updated
This commit is contained in:
parent
e83c128d8d
commit
f6801e8fc0
24
README.md
24
README.md
|
@ -5,12 +5,17 @@ http://jsoneditoronline.org/
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
JSON Editor Online is a web-based tool to view, edit, and format JSON.
|
JSON Editor Online is a web-based tool to view, edit, and format JSON.
|
||||||
It shows your data side by side in a clear, editable treeview and in
|
It has various modes such as a tree editor, a code editor, and a plain text
|
||||||
a code editor.
|
editor.
|
||||||
|
|
||||||
|
The editor can be used as a component in your own web application. The library
|
||||||
|
can be loaded as CommonJS module, AMD module, or as a regular javascript file.
|
||||||
|
|
||||||
### Screenshot
|
### Screenshot
|
||||||
|
|
||||||
|
The web application shows two panels side by side: a code editor on the left,
|
||||||
|
and a tree editor on the right. Files and urls can be loaded via the main menu.
|
||||||
|
|
||||||
<a href="http://jsoneditoronline.org">
|
<a href="http://jsoneditoronline.org">
|
||||||
<img alt="jsoneditor"
|
<img alt="jsoneditor"
|
||||||
src="https://raw.github.com/josdejong/jsoneditor/master/misc/screenshots/jsoneditoronline.png">
|
src="https://raw.github.com/josdejong/jsoneditor/master/misc/screenshots/jsoneditoronline.png">
|
||||||
|
@ -19,16 +24,21 @@ a code editor.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- View and edit JSON side by side in a treeview and a code editor.
|
#### Tree editor
|
||||||
- Edit, add, move, remove, and duplicate fields and values.
|
- Edit, add, move, remove, and duplicate fields and values.
|
||||||
- Change type of values.
|
- Change type of values.
|
||||||
- Sort arrays and objects.
|
- Sort arrays and objects.
|
||||||
- Colorized values, color depends of the value type.
|
- Colorized code.
|
||||||
- Search & highlight text in the treeview.
|
- Search & highlight text in the treeview.
|
||||||
- Undo and redo all actions.
|
- Undo and redo all actions.
|
||||||
- Load and save files and urls.
|
|
||||||
- Format, compact, and inspect JSON in the code editor powered by [Ace](http://ace.ajax.org/).
|
#### Code editor
|
||||||
- Library can be loaded as CommonJS module, AMD module, or as a regular javascript file.
|
- Format and compact JSON.
|
||||||
|
- Colorized code (powered by Ace).
|
||||||
|
- Inspect JSON (powered by Ace).
|
||||||
|
|
||||||
|
#### Text editor
|
||||||
|
- Format and compact JSON.
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
Loading…
Reference in New Issue