-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ilta Riikonen
committed
Dec 7, 2024
1 parent
fd45b2c
commit 9049f64
Showing
4 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"aihe" : "Uudistettu menu", | ||
"osallistujia" : 3, | ||
"osallistujat" : [ | ||
"Mikko Mallikas", "Anna Malli", "Esa Esimerkki" | ||
], | ||
"paikka" : "Tico Cafe", | ||
"aloitus" : "12:00", | ||
"kesto" : "2h" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{"yritys":"Tico Cafe", | ||
"yhteystiedot":{"osoite":"Ratapihantie 13, Helsinki", | ||
"puhelin":"040 404 4040", | ||
"email": "info@ticocafe.com"}, | ||
"tuotteet":["makeat kahvileivät", "suolaiset piiraat", "erikoiskahvit"], | ||
"henkilokunta":[{"nimi":"Mikko Mallikas","titteli":"toimitusjohtaja"}, | ||
{"nimi":"Anna Malli","titteli":"barista"}, | ||
{"nimi": "Esa Merkki","titteli":"kondiittori"} | ||
] | ||
} |