You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Json diff library
2
-
Pure Javascript library for comparing two Jsons. Right now it return only boolean value tell if two Jsons are equal however in the nearest future you should expect much more !
2
+
Pure Javascript library for comparing two Jsons. As an output returns well define structure so you can always use it to present JSON diff in whatever way you like.
3
3
4
4
## How to run unit tests
5
5
It is super simple ! Just open `test/SpecRunner.html.jst` in your browser !
0 commit comments