jsoneditor/README.md

38 lines
1.1 KiB
Markdown

# JSON Editor Online
http://jsoneditoronline.org/
### Description
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.
### Features
- 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.
- Undo/redo all actions.
- Format and compact JSON in plain text.
### Getting started
- Web app: http://jsoneditoronline.org/
- Chrome app: https://chrome.google.com/webstore/detail/json-editor/lhkmoheomjbkfloacpgllgjcamhihfaj
- Wiki: https://github.com/wjosdejong/jsoneditoronline/wiki/
- Sourcecode: https://github.com/wjosdejong/jsoneditoronline/
- Downloads: https://github.com/wjosdejong/jsoneditoronline/downloads
### Screenshot
<a href="http://jsoneditoronline.org">
<img alt="jsoneditoronline"
src="https://raw.github.com/wjosdejong/jsoneditoronline/master/misc/screenshots/jsoneditoronline.png">
</a>