summaryrefslogtreecommitdiff
path: root/keyword/common/customlibrary/Custometest/JsonDiff.py
diff options
context:
space:
mode:
Diffstat (limited to 'keyword/common/customlibrary/Custometest/JsonDiff.py')
-rw-r--r--keyword/common/customlibrary/Custometest/JsonDiff.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyword/common/customlibrary/Custometest/JsonDiff.py b/keyword/common/customlibrary/Custometest/JsonDiff.py
new file mode 100644
index 0000000..ef50112
--- /dev/null
+++ b/keyword/common/customlibrary/Custometest/JsonDiff.py
@@ -0,0 +1,6 @@
+from json_compare import Jcompare
+
+def json_diff(a,b):
+ cp=Jcompare()
+ results = cp.compare(a,b)
+ return results \ No newline at end of file