We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(ddiff/diff {:a 1} {:a 1 :items [{:x 3}]}) => {#lambdaisland.deep_diff2.diff_impl.Insertion{:+ :items} [{:x 3}], :a 1} (->> (ddiff/diff {:a 1} {:a 1 :items [{:x 3}]}) (ddiff/minimize)) => {#lambdaisland.deep_diff2.diff_impl.Insertion{:+ :items} []}
So all such big differences are hidden.