jsoneditor/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2012-08-22 02:27:08 +08:00
# JSON Editor Online
http://jsoneditoronline.org/
2012-04-25 15:12:24 +08:00
2012-08-21 03:52:36 +08:00
2012-08-22 02:33:49 +08:00
### Description
2012-08-21 03:52:36 +08:00
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
formatted plain text.
2012-08-22 02:33:49 +08:00
### Features
2012-08-21 03:52:36 +08:00
- View and edit JSON side by side in treeview and plain text.
- Edit, add, move, remove, and duplicate fields and values.
- Change type of values.
- Colorized values, color depends of the value type.
- Search & highlight text in the treeview.
2012-11-04 22:26:05 +08:00
- Undo and redo all actions.
- Load and save files and urls.
2012-08-21 03:52:36 +08:00
- Format and compact JSON in plain text.
2012-08-22 02:33:49 +08:00
### Getting started
2012-08-21 03:52:36 +08:00
2012-08-25 19:54:57 +08:00
- Web app: http://jsoneditoronline.org/
- Chrome app: https://chrome.google.com/webstore/detail/json-editor/lhkmoheomjbkfloacpgllgjcamhihfaj
- Wiki: https://github.com/josdejong/jsoneditoronline/wiki/
- Sourcecode: https://github.com/josdejong/jsoneditoronline/
- Downloads: https://github.com/josdejong/jsoneditoronline/tree/master/downloads
2012-08-22 02:36:26 +08:00
2012-08-22 02:27:08 +08:00
2012-08-22 02:33:49 +08:00
### Screenshot
2012-08-22 02:27:08 +08:00
2012-08-22 02:39:18 +08:00
<a href="http://jsoneditoronline.org">
<img alt="jsoneditoronline"
src="https://raw.github.com/josdejong/jsoneditoronline/master/misc/screenshots/jsoneditoronline.png">
2012-08-22 02:33:49 +08:00
</a>