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
- Based on https://github.com/benjamine/jsondiffpatch
5
6
6
7
# 1. install
@@ -35,15 +36,19 @@ import JsonDiffReact from 'jsondiffpatch-react';
35
36
36
37
-`annotated` (bool)
37
38
38
-
This will render the original JSON delta in html, with annotations aside explaining the meaning of each part. This attempts to make the JSON delta format self-explained.
39
+
This will render the original JSON delta in html, with annotations aside
40
+
explaining the meaning of each part. This attempts to make the JSON delta
41
+
format self-explained.
39
42
40
43
-`tips` (string)
41
44
42
45
Message that will displayed in case both elements are identical.
43
46
44
47
-`objectHash` (function)
45
48
46
-
Will be passed to _jsondiffpatch_ to improve array comparison performance, as described [here](https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md#an-example-using-objecthash).
49
+
Will be passed to _jsondiffpatch_ to improve array comparison performance, as
0 commit comments