deepdiff
                                
                                 deepdiff copied to clipboard
                                
                                    deepdiff copied to clipboard
                            
                            
                            
                        Is there a way to systematically cycle through all corresponding attributes that haven't changed?
In my case, I need to check all unchanged values to see if they were empty (i.e. "") or non-empty (i.e. some number or string other than "") to implement a logic that distinguishes between True Positive and False Negatives. I am struggling with the nested structures of the JSON objects to be compared with each other.
Hi @codingbutstillalive This questions comes up from time to time. DeepDiff currently doesn't give you a way to do so. In a nested object, how do you expect the report to what has stayed the same to be? Only the leaf nodes of the tree?