jsoneditor/misc/screenshots/description.json

17 lines
755 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",
2013-02-10 22:17:35 +08:00
"Version": 2.0,
2012-11-04 22:26:05 +08:00
"Free": true,
2013-03-09 05:29:26 +08:00
"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 a code editor.",
2012-11-04 22:26:05 +08:00
"Features": [
2013-03-09 05:29:26 +08:00
"View and edit JSON side by side in treeview and a code editor.",
2012-11-04 22:26:05 +08:00
"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.",
2013-03-09 05:29:26 +08:00
"Format, compact, and inspect JSON in the code editor."
2012-11-04 22:26:05 +08:00
]
}