-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTst.json
More file actions
12 lines (12 loc) · 1.66 KB
/
Copy pathTst.json
File metadata and controls
12 lines (12 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
{"timestamp":"2026-03-19 21:16:21.420710"
,"treeCompare1":[{"valErr": [123, 1234], "path": ["same", 0]}, {"valErr": [2.34, 2.346], "path": ["same", 1]}, {"valErr": [true, false], "path": ["same", 2]}, {"valErr": ["one", "two"], "path": ["same", 3]}, {"valErr": [Infinity, NaN], "path": ["same", 8]}, {"valErr": [1234, 123], "path": ["differ", 0]}, {"valErr": [2.346, 2.34], "path": ["differ", 1]}, {"valErr": [false, true], "path": ["differ", 2]}, {"valErr": ["two", "one"], "path": ["differ", 3]}, {"valErr": [NaN, Infinity], "path": ["differ", 8]}]
,"treeCompare2":[{"valErr": [123, 1234], "path": ["differ", 0]}, {"valErr": [2.34, 2.346], "path": ["differ", 1]}, {"valErr": [true, false], "path": ["differ", 2]}, {"valErr": ["one", "two"], "path": ["differ", 3]}, {"valErr": [Infinity, NaN], "path": ["differ", 8]}, {"valErr": [1234, 123], "path": ["same", 0]}, {"valErr": [2.346, 2.34], "path": ["same", 1]}, {"valErr": [false, true], "path": ["same", 2]}, {"valErr": ["two", "one"], "path": ["same", 3]}, {"valErr": [NaN, Infinity], "path": ["same", 8]}]
,"treeCompare3":[{"typeErr": ["<class 'list'>", "<class 'dict'>"], "path": []}]
,"treeCompare4":[]
,"locateKey1":[1, 11, 1, 31, 1, 1]
,"locateKey2":["aa", "bb"]
,"locatePair1":[{"one": 1, "two": 2, "three": 3, "four": 4}, {"one": 1, "two": 22, "three": 23, "four": 24}, {"one": 1, "two": 42, "three": 43, "four": 44}, {"one": 1, "two": 22, "three": 23, "four": 25}]
,"locatePair2":[{"one": 11, "two": 12, "three": 13, "four": 14, "five": "aa"}]
,"locateTree1":[{"one": 1, "two": 22, "three": 23, "four": 24}, {"one": 1, "two": 22, "three": 23, "four": 25}]
,"locateTree2":[{"one": 1, "two": 22, "three": 23, "four": 25}]
,"locateTree3":[]}