jsoneditor/misc/screenshots/description.json

17 lines
744 B
JSON
Raw Normal View History

2012-08-25 19:54:40 +08:00
{
2012-11-04 22:26:05 +08:00
"Name": "JSON Editor Online",
"Website": "http://jsoneditoronline.org",
"Version": 1.3,
"Free": true,
"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 and redo all actions.",
"Load and save file and urls.",
"Format and compact JSON in plain text."
]
}