16 lines
629 B
JSON
16 lines
629 B
JSON
|
{
|
||
|
"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."
|
||
|
]
|
||
|
}
|