2
2
< html lang ="en ">
3
3
4
4
< head >
5
- <!-- Required meta tags -->
6
5
< meta charset ="utf-8 ">
7
6
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
7
+ < link rel ="shortcut icon " href ="./favicon.ico " />
8
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
9
+ < meta name ="description " content ="JSON diff tool, which first sorts the JSON object and then compares them. ">
10
+ < meta name ="keywords " content ="diff, compare, sort, json, alphabetically, sort json, sort and diff, sort and compare ">
11
+
8
12
< title > JSON sort and diff</ title >
9
13
10
14
< link rel ="stylesheet " href ="./app.css ">
16
20
< h1 > JSON Sort and Diff</ h1 >
17
21
< form onsubmit ="appSort(event, 't1', 't2') ">
18
22
< div class ="boxes ">
19
- < textarea id ="t1 " class ="t " name ="jsonabc1 " placeholder ="Paste your first unsorted JSON here " aria-label ="Paste your first unsorted JSON here "
23
+ < textarea id ="t1 " class ="t " name ="jsonabc1 " placeholder ="Paste your first unsorted JSON here " aria-label ="Paste your first JSON here "
20
24
spellcheck ="false " required aria-required ="true "> </ textarea >
21
- < textarea id ="t2 " class ="t " name ="jsonabc2 " placeholder ="Paste your second unsorted JSON here " aria-label ="Paste your second unsorted JSON here "
25
+ < textarea id ="t2 " class ="t " name ="jsonabc2 " placeholder ="Paste your second unsorted JSON here " aria-label ="Paste your second JSON here "
22
26
spellcheck ="false " required aria-required ="true "> </ textarea >
23
27
</ div >
24
28
< div >
25
29
< input type ="submit " class ="b " value ="SORT and DIFF " data-Was-onclick ="sort() ">
26
30
</ div >
27
31
</ form >
28
- < p >
29
- < pre id ="diff "> </ pre >
30
- </ p >
31
- < p >
32
- < h3 class ="c ">
33
- < a href ="https://github.com/ShivrajRath/jsonsortdiff " target ="_blank "> Github</ a >
34
- < a class ="h " target ="_blank " href ="https://www.buymeacoffee.com/rath "> Buy me a coffee</ a >
35
- </ h3 >
36
- </ p >
32
+
33
+ < pre class ="d h " id ="diff ">
34
+ </ pre >
35
+
36
+ < h3 class ="c ">
37
+ < a href ="https://github.com/ShivrajRath/jsonsortdiff " target ="_blank "> Github</ a >
38
+ < a class ="s " target ="_blank " href ="https://www.buymeacoffee.com/rath "> Buy me a coffee</ a >
39
+ </ h3 >
37
40
</ body >
38
41
39
42
</ html >
0 commit comments