153 lines
5.5 KiB
HTML
153 lines
5.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
|
|
<title>JSON Editor Online - Edit and format JSON data online</title>
|
|
|
|
<!--
|
|
|
|
@file index_no_ads.html
|
|
|
|
@brief
|
|
JSONEditor is an editor to display and edit JSON data in a treeview.
|
|
|
|
Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 8+
|
|
|
|
@license
|
|
This json editor is open sourced with the intention to use the editor as
|
|
a component in your own application. Not to just copy and monetize the editor
|
|
as it is.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
|
use this file except in compliance with the License. You may obtain a copy
|
|
of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations under
|
|
the License.
|
|
|
|
Copyright (C) 2011-2012 Jos de Jong, http://jsoneditoronline.org
|
|
|
|
@author Jos de Jong, <wjosdejong@gmail.com>
|
|
@date 2012-08-12
|
|
-->
|
|
|
|
<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="author" content="Jos de Jong">
|
|
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
|
|
<link href="interface.css" rel="stylesheet" type="text/css">
|
|
<link href="jsoneditor.css" rel="stylesheet" type="text/css">
|
|
<!-- TODO: droid font
|
|
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
|
|
-->
|
|
|
|
<script type="text/javascript" src="jsoneditor.js"></script>
|
|
<script type="text/javascript" src="interface.js"></script>
|
|
|
|
</head>
|
|
|
|
<body spellcheck="false" >
|
|
|
|
<div id="header">
|
|
<!--
|
|
<h1>JSON Editor Online</h1>
|
|
-->
|
|
<h1><a href="http://jsoneditoronline.org" class="header">
|
|
JSON <span class="header-light">=
|
|
{"</span>Editor<span class="header-light">":
|
|
"</span>Online<span class="header-light">"}</span>
|
|
</a>
|
|
</h1>
|
|
|
|
<!-- TODO: info, links, faq -->
|
|
<!--
|
|
<div class="info" style="display:none;">
|
|
JSON, or JavaScript Object Notation, is a lightweight text-based open standard
|
|
designed for human-readable data interchange. It is derived from the JavaScript
|
|
scripting language for representing simple data structures and associative arrays,
|
|
called objects. Despite its relationship to JavaScript, it is language-independent,
|
|
with parsers available for most languages.
|
|
The JSON format was originally specified by Douglas Crockford, and is described
|
|
in RFC 4627. The official Internet media type for JSON is application/json.
|
|
The JSON filename extension is .json.
|
|
The JSON format is often used for serializing and transmitting structured data
|
|
over a network connection. It is used primarily to transmit data between a server
|
|
and web application, serving as an alternative to XML.
|
|
<br><br>
|
|
From <a target="_blank" href="http://en.wikipedia.org/wiki/Json">Wikipedia</a>
|
|
</div>
|
|
|
|
<div class="links" style="display:none;">
|
|
<a target="_blank" href="http://json.org/">http://json.org/</a><br>
|
|
<a target="_blank" href="http://en.wikipedia.org/wiki/Json">http://en.wikipedia.org/wiki/Json</a><br>
|
|
</div>
|
|
|
|
<div class="faq" style="display:none;"></div>
|
|
-->
|
|
</div>
|
|
|
|
<div id="auto">
|
|
<div id="contents">
|
|
<div id="jsonformatter"></div>
|
|
|
|
<div id="splitter"></div>
|
|
|
|
<div id="jsoneditor"></div>
|
|
|
|
<script type="text/javascript">
|
|
main.load();
|
|
main.resize();
|
|
</script>
|
|
|
|
<div id="ad" title="advertisement" >
|
|
<div class="hideAds">
|
|
(advertisement <a class="hideAds" href="javascript: main.hideAds();">hide</a>)<br>
|
|
</div>
|
|
<div class="adSpace"></div>
|
|
|
|
<script type="text/javascript"><!--
|
|
google_ad_client = "ca-pub-7938810169574141";
|
|
/* jsoneditoronline_160x600 */
|
|
google_ad_slot = "4671869937";
|
|
google_ad_width = 160;
|
|
google_ad_height = 600;
|
|
//-->
|
|
</script>
|
|
|
|
<!--
|
|
<script type="text/javascript"
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
</script>
|
|
-->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div id="footer-inner">
|
|
<a href="http://jsoneditoronline.org" class="footer">JSON Editor Online 1.2.0</a>
|
|
•
|
|
<a href="changelog.txt" target="_blank" class="footer">Changelog</a>
|
|
•
|
|
<a href="https://github.com/wjosdejong/jsoneditoronline" target="_blank" class="footer">Sourcecode</a>
|
|
•
|
|
<a href="NOTICE" target="_blank" class="footer">Copyright 2011-2012 Jos de Jong</a>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
main.resize();
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|