2012-04-21 19:28:28 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2012-07-23 02:33:02 +08:00
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" >
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
< title > JSON Editor Online - Edit and format JSON data online< / title >
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
<!--
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
@file index_no_ads.html
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
@brief
JSONEditor is an editor to display and edit JSON data in a treeview.
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 8+
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
@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.
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
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
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
http://www.apache.org/licenses/LICENSE-2.0
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
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.
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
Copyright (C) 2011-2012 Jos de Jong, http://jsoneditoronline.org
2012-04-21 19:28:28 +08:00
2012-07-23 02:33:02 +08:00
@author Jos de Jong, < wjosdejong @ gmail . com >
2012-08-12 20:36:44 +08:00
@date 2012-08-12
2012-07-23 02:33:02 +08:00
-->
2012-07-19 04:39:48 +08:00
< 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 >
2012-04-21 19:28:28 +08:00
< / head >
< body spellcheck = "false" >
2012-07-19 04:39:48 +08:00
2012-04-21 19:28:28 +08:00
< div id = "header" >
2012-07-19 04:39:48 +08:00
<!--
< h1 > JSON Editor Online< / h1 >
-->
< h1 > < a href = "http://jsoneditoronline.org" class = "header" >
JSON < span class = "header-light" > =
{"< / span > Editor< span class = "header-light" > ":
2012-04-21 19:28:28 +08:00
"< / span > Online< span class = "header-light" > "}< / span >
< / a >
2012-07-19 04:39:48 +08:00
< / h1 >
<!-- TODO: info, links, faq -->
<!--
2012-04-21 19:28:28 +08:00
< div class = "info" style = "display:none;" >
2012-07-19 04:39:48 +08:00
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,
2012-04-21 19:28:28 +08:00
called objects. Despite its relationship to JavaScript, it is language-independent,
with parsers available for most languages.
2012-07-19 04:39:48 +08:00
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.
2012-04-21 19:28:28 +08:00
The JSON filename extension is .json.
2012-07-19 04:39:48 +08:00
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
2012-04-21 19:28:28 +08:00
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" >
2012-07-19 04:39:48 +08:00
< 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 >
2012-04-21 19:28:28 +08:00
< / div >
< div id = "footer" >
2012-07-19 04:39:48 +08:00
< div id = "footer-inner" >
2012-07-23 02:33:02 +08:00
< a href = "http://jsoneditoronline.org" class = "footer" > JSON Editor Online 1.2.0< / a >
2012-07-19 04:39:48 +08:00
•
< 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 >
2012-04-21 19:28:28 +08:00
< / div >
< script type = "text/javascript" >
2012-07-19 04:39:48 +08:00
main.resize();
2012-04-21 19:28:28 +08:00
< / script >
< / body >
< / html >