From 5ba8ca3bcabdae401e62915268800c48e128815c Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Mon, 20 Mar 2017 23:08:18 +0100 Subject: [PATCH] Sample DB --- db.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 db.json diff --git a/db.json b/db.json new file mode 100644 index 0000000..ab914f9 --- /dev/null +++ b/db.json @@ -0,0 +1 @@ +{"teams":[["Lukas & Georg","Luki&Lolo"],["Isolde & Tristan","Gabi & Skoff"],["Markus & Burli","Deine & Mama"],["Toll","Peter & Isabella"]],"results":[[[[1,0],[0,0],[1,2],[0,0]],[[null,null],[null,null]],[[null,null],[null,null]]]]} \ No newline at end of file