Python Compare dois objetos JSON e obtenha diferença

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