📜  python比较两个json对象并获取差异 - Python代码示例

📅  最后修改于: 2022-03-11 14:46:42.346000             🧑  作者: Mango

代码示例1
# import this package and see the difference
from jsondiff import diff
diff(json1, json2)