'Deep Diff Python library gives us the difference between 2 dictionary objects, Do we also have the option to list the non different items?
Basically I have 2 dictionaries with both similar and different key values, after using deepdiff, I could get dictionary_item_added, values_changed etc.. as a difference, but I also need which dictionary Key and values are same, Is it possible to get that via deepdiff? Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
