Updated description and readme

This commit is contained in:
Jos de Jong 2012-08-20 21:52:36 +02:00
parent fea1ca26ec
commit c69bd0d0fa
3 changed files with 36 additions and 11 deletions

25
README
View File

@ -1,5 +1,26 @@
JSON Editor Online
http://jsoneditoronline.org
JSON Editor Online is a tool to easily edit and format JSON online.
JSON is displayed in a clear, editable treeview and in formatted plain text.
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.
Getting started
Sourcecode: https://github.com/wjosdejong/jsoneditoronline
Wiki: https://github.com/wjosdejong/jsoneditoronline/wiki
Library: https://github.com/wjosdejong/jsoneditoronline/tree/master/build/lib

View File

@ -4,14 +4,16 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>JSON Editor Online - Edit and format JSON data online</title>
<title>JSON Editor Online - view, edit and format JSON online</title>
<!--
@file index.html
@brief
JSONEditor is an editor to display and edit JSON data in a treeview.
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.
Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 8+
@ -38,8 +40,8 @@
@date 2012-08-19
-->
<meta name="description" content="JSON Editor Online is a tool to easily edit and format JSON online. JSON is displayed in a clear, editable treeview and in formatted plain text.">
<meta name="keywords" content="json, editor, formatter, online, format, parser, json editor, json editor online, online json editor, javascript, javascript object notation, treeview, open source, free, json parser, json parser online, json formatter, json formatter online, online json formatter, online json parser, format json online">
<meta name="description" content="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.">
<meta name="keywords" content="json, editor, formatter, online, format, parser, json editor, json editor online, online json editor, javascript, javascript object notation, tools, tool, json tools, treeview, open source, free, json parser, json parser online, json formatter, json formatter online, online json formatter, online json parser, format json online">
<meta name="author" content="Jos de Jong">
<link rel="shortcut icon" href="favicon.ico">

View File

@ -3,15 +3,17 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>JSON Editor Online - Edit and format JSON data online</title>
<title>JSON Editor Online - view, edit and format JSON online</title>
<!--
@file index_no_ads.html
@brief
JSONEditor is an editor to display and edit JSON data in a treeview.
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.
Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 8+
@license
@ -37,8 +39,8 @@
@date 2012-08-19
-->
<meta name="description" content="JSON Editor Online is a tool to easily edit and format JSON online. JSON is displayed in a clear, editable treeview and in formatted plain text.">
<meta name="keywords" content="json, editor, formatter, online, format, parser, json editor, json editor online, online json editor, javascript, javascript object notation, treeview, open source, free, json parser, json parser online, json formatter, json formatter online, online json formatter, online json parser, format json online">
<meta name="description" content="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.">
<meta name="keywords" content="json, editor, formatter, online, format, parser, json editor, json editor online, online json editor, javascript, javascript object notation, tools, tool, json tools, treeview, open source, free, json parser, json parser online, json formatter, json formatter online, online json formatter, online json parser, format json online">
<meta name="author" content="Jos de Jong">
<link rel="shortcut icon" href="favicon.ico">