Python Compare dos objetos JSON y obtenga la diferencia

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