Skip to content

Commit 69187b5

Browse files
committed
first commit
0 parents  commit 69187b5

File tree

181 files changed

+1268
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+1268
-0
lines changed

array.gif

339 Bytes

blue.gif

181 Bytes

extjs/css/ext-gray-all.css

Lines changed: 1005 additions & 0 deletions
Large diffs are not rendered by default.
1010 Bytes

extjs/images/default/box/corners.gif

1005 Bytes

extjs/images/default/box/l-blue.gif

810 Bytes

extjs/images/default/box/l.gif

810 Bytes

extjs/images/default/box/r-blue.gif

810 Bytes

extjs/images/default/box/r.gif

810 Bytes

extjs/images/default/box/tb-blue.gif

851 Bytes

extjs/images/default/box/tb.gif

839 Bytes
870 Bytes
1.31 KB

extjs/images/default/dd/drop-add.gif

1001 Bytes

extjs/images/default/dd/drop-no.gif

949 Bytes

extjs/images/default/dd/drop-yes.gif

1016 Bytes
2.02 KB
2.01 KB
1.94 KB
1.57 KB
4.08 KB
996 Bytes

extjs/images/default/form/radio.gif

1.71 KB
2.13 KB

extjs/images/default/form/text-bg.gif

819 Bytes

extjs/images/default/form/trigger.gif

1.77 KB
868 Bytes
869 Bytes

extjs/images/default/grid/columns.gif

962 Bytes

extjs/images/default/grid/dirty.gif

832 Bytes
817 Bytes
855 Bytes
817 Bytes
1.2 KB
823 Bytes
836 Bytes
837 Bytes
917 Bytes
955 Bytes

extjs/images/default/grid/hd-pop.gif

839 Bytes
931 Bytes
930 Bytes
955 Bytes
971 Bytes
815 Bytes

extjs/images/default/grid/loading.gif

771 Bytes

extjs/images/default/grid/mso-hd.gif

875 Bytes
925 Bytes
925 Bytes
923 Bytes
923 Bytes
875 Bytes
875 Bytes
879 Bytes
879 Bytes

extjs/images/default/grid/refresh.gif

977 Bytes
1.06 KB
955 Bytes
823 Bytes
830 Bytes
833 Bytes
856 Bytes
871 Bytes
872 Bytes
856 Bytes

extjs/images/default/menu/checked.gif

959 Bytes
891 Bytes
820 Bytes
854 Bytes

extjs/images/default/menu/menu.gif

834 Bytes
941 Bytes
1.38 KB
815 Bytes
827 Bytes
4.06 KB
875 Bytes
872 Bytes
834 Bytes

extjs/images/default/qtip/bg.gif

1.07 KB

extjs/images/default/qtip/close.gif

972 Bytes
3.3 KB

extjs/images/default/s.gif

43 Bytes

extjs/images/default/shadow-c.png

118 Bytes

extjs/images/default/shadow-lr.png

135 Bytes

extjs/images/default/shadow.png

311 Bytes
873 Bytes
1.07 KB
870 Bytes
2.07 KB
871 Bytes
960 Bytes
1.55 KB
854 Bytes
853 Bytes
1.29 KB
853 Bytes
855 Bytes
300 Bytes
933 Bytes
288 Bytes
883 Bytes
1.26 KB
1.27 KB
863 Bytes
1.37 KB
896 Bytes
835 Bytes
826 Bytes
2.07 KB

extjs/images/default/toolbar/bg.gif

904 Bytes
916 Bytes
919 Bytes
1.1 KB

extjs/images/default/tree/arrows.gif

1 KB
1001 Bytes
907 Bytes
911 Bytes
911 Bytes
898 Bytes
905 Bytes
900 Bytes
907 Bytes
844 Bytes
846 Bytes
898 Bytes
908 Bytes
900 Bytes
910 Bytes

extjs/images/default/tree/elbow.gif

850 Bytes
956 Bytes

extjs/images/default/tree/folder.gif

952 Bytes

extjs/images/default/tree/leaf.gif

945 Bytes

extjs/images/default/tree/loading.gif

771 Bytes
1.63 KB
1.55 KB
1.57 KB
1.45 KB
272 Bytes
135 Bytes
340 Bytes
211 Bytes
1.19 KB
1.37 KB
815 Bytes

extjs/images/gray/panel/light-hd.gif

827 Bytes
4.36 KB
871 Bytes
868 Bytes

extjs/images/gray/qtip/tip-sprite.gif

3.94 KB
626 Bytes
634 Bytes
180 Bytes
114 Bytes
592 Bytes

extjs/images/gray/tabs/tab-close.gif

199 Bytes
144 Bytes
88 Bytes
1.42 KB

extjs/images/gray/toolbar/bg.gif

854 Bytes
919 Bytes
1021 Bytes
325 Bytes
2.75 KB
344 Bytes
2.79 KB

green.gif

181 Bytes

img/array.png

2.84 KB

img/number.png

7.46 KB

img/object.png

3.48 KB

img/string.png

13.1 KB

img/value.png

4.66 KB

index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
3+
<title>Online JSON Viewer</title>
4+
<meta name="description" content="JSON Viewer - Convert JSON Strings to a Friendly Readable Format">
5+
<meta name="keywords" content="json, json viewer">
6+
<link rel="stylesheet" type="text/css" href="extjs/css/ext-gray-all.css">
7+
<script type="text/javascript" src="jsonviewer-all.js?v6"></script>
8+
<style type="text/css">.br0 {color:#090} .st0 {color:#36C} .sy0 {color:#393}</style>
9+
</head><body>
10+
11+
<h1>Online JSON Viewer</h1>
12+
13+
<div class="tab">
14+
<h2>About JSON</h2>
15+
<div>
16+
<b>JSON</b>, short for <b>JavaScript Object Notation</b>, is a lightweight computer data interchange format. JSON is a text-based, human-readable format for representing simple data structures and associative arrays (called objects).<br/><br/>
17+
Read more: <a href="http://json.org" target="_blank">json.org</a>, <a href="http://en.wikipedia.org/wiki/JSON" target="_blank">wikipedia</a>, <a href="http://www.google.com/search?q=json" target="_blank">google</a><br/><br/>
18+
<h3>In JSON, they take on these forms</h3>
19+
<img src="img/object.png" height="113" width="598" alt="JSON object"/><br/><br/>
20+
<img src="img/array.png" height="113" width="598" alt="JSON array"/><br/><br/>
21+
<img src="img/value.png" height="278" width="598" alt="JSON value"/><br/><br/>
22+
<img src="img/string.png" height="413" width="598" alt="JSON string"/><br/><br/>
23+
<img src="img/number.png" height="266" width="598" alt="JSON number"/>
24+
</div>
25+
</div>
26+
27+
<div class="tab">
28+
<h2>Example</h2>
29+
<div>
30+
31+
<pre><span class="br0">{</span>
32+
<span class="st0">"firstName"</span><span class="sy0">:</span> <span class="st0">"John"</span><span class="sy0">,</span>
33+
<span class="st0">"lastName"</span><span class="sy0">:</span> <span class="st0">"Smith"</span><span class="sy0">,</span>
34+
<span class="st0">"gender"</span><span class="sy0">:</span> <span class="st0">"man"</span><span class="sy0">,</span>
35+
<span class="st0">"age"</span><span class="sy0">:</span> <span class="st0">32</span><span class="sy0">,</span>
36+
<span class="st0">"address"</span><span class="sy0">:</span> <span class="br0">{</span>
37+
<span class="st0">"streetAddress"</span><span class="sy0">:</span> <span class="st0">"21 2nd Street"</span><span class="sy0">,</span>
38+
<span class="st0">"city"</span><span class="sy0">:</span> <span class="st0">"New York"</span><span class="sy0">,</span>
39+
<span class="st0">"state"</span><span class="sy0">:</span> <span class="st0">"NY"</span><span class="sy0">,</span>
40+
<span class="st0">"postalCode"</span><span class="sy0">:</span> <span class="st0">"10021"</span>
41+
<span class="br0">}</span><span class="sy0">,</span>
42+
<span class="st0">"phoneNumbers"</span><span class="sy0">:</span> <span class="br0">[</span>
43+
<span class="br0">{</span> <span class="st0">"type"</span><span class="sy0">:</span> <span class="st0">"home"</span><span class="sy0">,</span> <span class="st0">"number"</span><span class="sy0">:</span> <span class="st0">"212 555-1234"</span> <span class="br0">}</span><span class="sy0">,</span>
44+
<span class="br0">{</span> <span class="st0">"type"</span><span class="sy0">:</span> <span class="st0">"fax"</span><span class="sy0">,</span> <span class="st0">"number"</span><span class="sy0">:</span> <span class="st0">"646 555-4567"</span> <span class="br0">}</span>
45+
<span class="br0">]</span>
46+
<span class="br0">}</span></pre>
47+
48+
</div>
49+
</div>
50+
51+
<div class="tab">
52+
<h2>About Online JSON Viewer</h2>
53+
<div>
54+
Convert JSON Strings to a Friendly Readable Format<br/>
55+
The application using <a href="http://extjs.com" target="_blank">Ext JS</a>.<br/>
56+
Author: {gabor}<br/>
57+
Made in 2009-2010.
58+
</div>
59+
</div>
60+
61+
</body></html>

jsonviewer-all.js

Lines changed: 200 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

object.gif

332 Bytes

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

yellow.gif

181 Bytes

0 commit comments

Comments
 (0)