json-structural-diff 0.1.0

A Rust JSON structural diff library
Documentation
 {
   boz: [
+    0
     1
-    2
-    3
     4
     5
     6
+    7
   ]
   fubar: {
     kaboom: {
       afoo: {
-        aboz: "zoba"
+        aboz: "zozoba"
       }
     }
   }
 }