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: Cargo.toml
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
[package]
2
2
name = "json_diff_ng"
3
-
version = "0.3.0-rc1"
3
+
version = "0.3.0"
4
4
authors = ["ksceriath", "ChrisRega"]
5
5
edition = "2021"
6
6
license = "Unlicense"
7
-
description = "A small diff tool utility for comparing jsons. Forked from ksceriath but improved for usage as a library."
7
+
description = "A small diff tool utility for comparing jsons. Forked from ksceriath and improved for usage as a library and with good support for array diffs."
Copy file name to clipboardExpand all lines: README.md
-4
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,6 @@ Input can be fed as inline strings or through files.
6
6
For readability, output is neatly differentiated into three categories: keys with different values, and keys not present in either of the objects.
7
7
Only missing or unequal keys are printed in output to reduce the verbosity.
8
8
9
-
## Screenshot of diff results
10
-
11
-
[](https://github.com/ksceriath/json-diff/blob/master/Screenshot.png)
0 commit comments