jsoneditor/misc/screenshots/description.json

16 lines
629 B
JSON
Raw Normal View History

2012-08-25 19:54:40 +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.",
"Format and compact JSON in plain text."
]
}