Skip to content

Commit 4765bad

Browse files
committed
adds jsdifflib to show the difference
1 parent 458a4b2 commit 4765bad

9 files changed

+874
-1977
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ JSON comparison tool, which first sorts the JSON object and then compares them.
88

99
## Thanks
1010

11-
Uses [json abc][] for sorting and [js diff][] to show the difference
11+
Uses [json abc][] for sorting and [jsdifflib][] to show the difference
1212

1313
---
14+
1415
License: [MIT][]
1516

1617
[json abc]: https://github.com/ShivrajRath/jsonabc "json abc"
17-
[js diff]: https://github.com/kpdecker/jsdiff "js diff"
18+
[jsdifflib]: https://github.com/cemerick/jsdifflib "js diff"
1819
[json sort and diff]: http://novicelab.org/jsonsortdiff "JSON Sort and Diff"
19-
[mit]: https://mit-license.org/2018?c=ShivrajRath
20+
[mit]: https://mit-license.org/2018?c=ShivrajRath

app.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* {
2-
font-family: 'Spectral', serif;
2+
font-family: "Spectral", serif;
33
}
44

55
body {
@@ -69,4 +69,4 @@ pre {
6969
.t {
7070
width: 100%;
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)