Python сравните два объекта JSON и получите разницу

# import this package and see the difference
from jsondiff import diff
diff(json1, json2)
sandy_codes_py