上传json串对比方法
This commit is contained in:
6
04-CustomLibrary/Custometest/JsonDiff.py
Normal file
6
04-CustomLibrary/Custometest/JsonDiff.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
from json_compare import Jcompare
|
||||||
|
|
||||||
|
def json_diff(a,b):
|
||||||
|
cp=Jcompare()
|
||||||
|
print(cp.compare(a,b))
|
||||||
|
|
||||||
Reference in New Issue
Block a user