Updated description and readme
This commit is contained in:
parent
fea1ca26ec
commit
c69bd0d0fa
25
README
25
README
|
@ -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
|
||||
|
|
10
index.html
10
index.html
|
@ -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">
|
||||
|
|
12
test.html
12
test.html
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue