2012-08-22 02:27:08 +08:00
|
|
|
# JSON Editor Online
|
2012-08-24 02:29:47 +08:00
|
|
|
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-09-30 16:22:03 +08:00
|
|
|
- Undo/redo all actions.
|
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/
|
2012-10-09 03:51:35 +08:00
|
|
|
- Chrome app: https://chrome.google.com/webstore/detail/json-editor/lhkmoheomjbkfloacpgllgjcamhihfaj
|
2012-08-24 02:29:47 +08:00
|
|
|
- Wiki: https://github.com/wjosdejong/jsoneditoronline/wiki/
|
|
|
|
- Sourcecode: https://github.com/wjosdejong/jsoneditoronline/
|
2012-11-02 23:42:35 +08:00
|
|
|
- Downloads: https://github.com/wjosdejong/jsoneditoronline/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/wjosdejong/jsoneditoronline/master/misc/screenshots/jsoneditoronline.png">
|
2012-08-22 02:33:49 +08:00
|
|
|
</a>
|