diff options
Diffstat (limited to '1s.json')
-rw-r--r-- | 1s.json | 24 |
1 files changed, 16 insertions, 8 deletions
@@ -58,34 +58,42 @@ "table": 1,
"teams": [
{"place": [1]},
- {"place": [3, 4]}
- ]
+ {"place": [3]}
+ ],
+ "score": [13.268, 0.0],
+ "running": 0
},
{
"id": 2,
"table": 2,
"teams": [
{"place": [2]},
- {"place": [3, 4]}
- ]
+ {"place": [4]}
+ ],
+ "score": [5.972, 0.0],
+ "running": 0
},
{
"id": 4,
"table": 4,
"teams": [
{"place": [6]},
- {"place": [7, 8]}
+ {"place": [8]}
],
- "loser": [7, 8]
+ "loser": [7, 8],
+ "score": [3.176, 0.0],
+ "running": 0
},
{
"id": 3,
"table": 3,
"teams": [
{"place": [5]},
- {"place": [7, 8]}
+ {"place": [7]}
],
- "loser": [7, 8]
+ "loser": [7, 8],
+ "score": [3.176, 0.0],
+ "running": 0
},
{
"id": 11,
|