-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
193 lines (182 loc) · 8.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>wenfengSAT—JSON在线解析</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta http-equiv="Cache-Control" content="max-age=7200" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="baidu-site-verification" content="mlJsiTNxiD" />
<meta name="google-site-verification" content="CPogK9tQWL5XIDF9F9x_tJyy1HtpDI8Rv6owOEIkUvM" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all" />
<meta name="keywords" content="wenfengSAT—JSON在线解析"/>
<meta name="description" content="wenfengSAT—JSON在线解析"/>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet">
<style></style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
</head>
<body style="over-flow:hidden;">
<header class="header">
<div class="row-fluid" >
<div class="col-md-5" style="position:relative;">
<a class="logo" href="https://wenfengsat.github.io/">wenfengSAT<span style="color:#555;">——JSON在线解析</span></a>
</div>
<nav class="col-md-7" style="padding:10px 0;" align="right">
<div class="navi">
<a href="https://wenfengsat.github.io/wenfengSAT-JsonTool/" data-placement="bottom">主页</a>
<a href="https://wenfengsat.github.io/wenfengSAT-JsonTool/json/wiki.html" data-placement="bottom">什么是Json</a>
<a href="https://wenfengsat.github.io/wenfengSAT-JsonTool/json/code.html" data-placement="bottom">Json解析代码</a>
<a href="https://wenfengsat.github.io/wenfengSAT-JsonTool/json/component.html" data-placement="bottom">Json组件</a>
</div>
</nav>
<br style="clear:both;" />
</div>
</header>
<main class="row-fluid">
<div class="col-md-5" style="padding:0;">
<textarea id="json-src" placeholder="在此输入json字符串或XML字符串..." class="form-control" style="height:722px;padding:0 10px 10px 20px;border:0;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;border-radius:0;resize: none; outline:none;"></textarea>
</div>
<div class="col-md-7" style="padding:0;">
<div style="padding:10px;font-size:16px;border-bottom:solid 1px #ddd;" class="navi">
<a href="index.html#" class="tip zip" title="压缩" data-placement="bottom" data-original-title="转XML" style="color:#999;"><i class="fa fa-database"></i></a>
<a href="index.html#" class="tip xml" title="转XML" data-placement="bottom" data-original-title="转XML" style="color:#999;"><i class="fa fa-file-excel-o"></i></a>
<a href="index.html#" class="tip shown" title="显示行号" data-placement="bottom" data-original-title="转XML" style="color:#999;"><i class="glyphicon glyphicon-sort-by-order"></i></a>
<a href="index.html#" class="tip clear" title="清空" data-placement="bottom" data-original-title="转XML" style="color:#999;"><i class="fa fa-trash"></i></a>
</div>
<div id="right-box" style="height:679px;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;border-radius:0;resize: none;overflow-y:scroll; outline:none;position:relative;">
<div id="line-num" style="background-color:#fafafa;padding:0px 8px;float:left;border-right:dashed 1px #eee;display:none;z-index:-1;color:#999;position:absolute;text-align:center;over-flow:hidden;">
<div>0</div>
</div>
<div class="ro" id="json-target" style="padding:0px 25px;overflow-y:none">
</div>
</div>
<form id="form-save" method="POST"><input type="hidden" value="" id="txt-content" name="content"></form>
</div>
<br style="clear:both;" />
</main>
<link href="css/jquery.numberedtextarea.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<script src="js/jquery.message.js"></script>
<script src="js/jquery.json.js"></script>
<script src="js/jquery.xml2json.js"></script>
<script src="js/jquery.json2xml.js"></script>
<script src="js/json2.js"></script>
<script src="js/jsonlint.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.numberedtextarea.js"></script>
<script type="text/javascript">
$('textarea').numberedtextarea();
var current_json = '';
var current_json_str = '';
var xml_flag = false;
var zip_flag = false;
var shown_flag = false;
$('.tip').tooltip();
function init(){
xml_flag = false;
zip_flag = false;
shown_flag = false;
renderLine();
$('.xml').attr('style','color:#999;');
$('.zip').attr('style','color:#999;');
}
$('#json-src').keyup(function(){
init();
var content = $.trim($(this).val());
var result = '';
if (content!='') {
//如果是xml,那么转换为json
if (content.substr(0,1) === '<' && content.substr(-1,1) === '>') {
try{
var json_obj = $.xml2json(content);
content = JSON.stringify(json_obj);
}catch(e){
result = '解析错误:<span style="color: #f1592a;font-weight:bold;">' + e.message + '</span>';
current_json_str = result;
$('#json-target').html(result);
return false;
}
}
try{
content = content.replace(/[\r\n]/g,"");
current_json = jsonlint.parse(content);
current_json_str = JSON.stringify(current_json);
result = new JSONFormat(content,4).toString();
}catch(e){
result = '<span style="color: #f1592a;font-weight:bold;">' + e + '</span>';
current_json_str = result;
}
$('#json-target').html(result);
}else{
$('#json-target').html('');
}
});
$('.xml').click(function(){
var height = $('#json-target').height();
if (xml_flag) {
$('#json-src').keyup();
}else{
var result = $.json2xml(current_json);
$('#json-target').html('<textarea style="width:120%;height:640px;border:0;resize:none;">'+result+'</textarea>');
xml_flag = true;
$(this).attr('style','color:#15b374;');
}
});
$('.shown').click(function(){
if (!shown_flag) {
renderLine();
$('#json-src').attr("style","height:722px;padding:0 10px 10px 40px;border:0;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;border-radius:0;resize: none; outline:none;");
$('#json-target').attr("style","padding:0px 50px;");
$('#line-num').show();
$('.numberedtextarea-line-numbers').show();
shown_flag = true;
$(this).attr('style','color:#15b374;');
}else{
$('#json-src').attr("style","height:722px;padding:0 10px 10px 20px;border:0;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;border-radius:0;resize: none; outline:none;");
$('#json-target').attr("style","padding:0px 20px;");
$('#line-num').hide();
$('.numberedtextarea-line-numbers').hide();
shown_flag = false;
$(this).attr('style','color:#999;');
}
});
function renderLine(){
var line_num = $('#json-target').height()/20;
$('#line-num').html("");
var line_num_html = "";
for (var i = 1; i < line_num+1; i++) {
line_num_html += "<div>"+i+"<div>";
}
$('#line-num').html(line_num_html);
}
$('.zip').click(function(){
if (zip_flag) {
$('#json-src').keyup();
}else{
$('#json-target').html(current_json_str);
zip_flag = true;
$(this).attr('style','color:#15b374;');
}
});
$('.clear').click(function(){
$('#json-src').val('');
$('#json-target').html('');
});
$('.save').click(function(){
var content = JSON.stringify(current_json);
$('#txt-content').val(content);
$("#form-save").submit();
});
$('#json-src').keyup();
</script>
</body>
</html>