diff --git a/README b/README.md similarity index 78% rename from README rename to README.md index 4084caf..d949b44 100644 --- a/README +++ b/README.md @@ -1,15 +1,15 @@ -JSON Editor Online +# JSON Editor Online http://jsoneditoronline.org -Description +## 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 +## Features - View and edit JSON side by side in treeview and plain text. - Edit, add, move, remove, and duplicate fields and values. @@ -19,9 +19,13 @@ Features - Format and compact JSON in plain text. -Getting started +## Getting started Website: http://jsoneditoronline.org Wiki: https://github.com/wjosdejong/jsoneditoronline/wiki Sourcecode: https://github.com/wjosdejong/jsoneditoronline Downloads: https://github.com/wjosdejong/jsoneditoronline/tree/master/build/lib + +## Screenshot + +![jsoneditoronline](https://raw.github.com/wjosdejong/jsoneditoronline/master/misc/screenshots/jsoneditoronline.png) diff --git a/misc/screenshots/jsoneditoronline.png b/misc/screenshots/jsoneditoronline.png new file mode 100644 index 0000000..7107c28 Binary files /dev/null and b/misc/screenshots/jsoneditoronline.png differ