Python Porównaj dwa obiekty JSON i zyskaj różnicę

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