Python Bandingkan dua objek JSON dan dapatkan perbedaan
# import this package and see the difference
from jsondiff import diff
diff(json1, json2)
sandy_codes_py
# import this package and see the difference
from jsondiff import diff
diff(json1, json2)