Formatowanie
This commit is contained in:
parent
2b6a8b01a6
commit
a850690dc9
@ -1,13 +1,30 @@
|
||||
{
|
||||
"dough": ["thick"],
|
||||
"dough": [
|
||||
"thick"
|
||||
],
|
||||
"drink": {
|
||||
"pepsi": {"price" : 10},
|
||||
"cola": {"price" : 10},
|
||||
"water": {"price" : 5}
|
||||
"pepsi": {
|
||||
"price": 10
|
||||
},
|
||||
"food": ["pizza"],
|
||||
"meat": ["chicken", "ham", "tuna"],
|
||||
"sauce": ["garlic", "1000w"],
|
||||
"cola": {
|
||||
"price": 10
|
||||
},
|
||||
"water": {
|
||||
"price": 5
|
||||
}
|
||||
},
|
||||
"food": [
|
||||
"pizza"
|
||||
],
|
||||
"meat": [
|
||||
"chicken",
|
||||
"ham",
|
||||
"tuna"
|
||||
],
|
||||
"sauce": [
|
||||
"garlic",
|
||||
"1000w"
|
||||
],
|
||||
"ingredient": {
|
||||
"chicken": {},
|
||||
"tuna": {},
|
||||
@ -18,26 +35,56 @@
|
||||
"ham": {},
|
||||
"pepper": {}
|
||||
},
|
||||
"menu": ["capri", "margarita", "hawajska", "barcelona", "tuna"],
|
||||
"menu": [
|
||||
"capri",
|
||||
"margarita",
|
||||
"hawajska",
|
||||
"barcelona",
|
||||
"tuna"
|
||||
],
|
||||
"pizza": {
|
||||
"capri": {
|
||||
"ingredient": ["tomato", "ham", "mushrooms", "cheese"],
|
||||
"ingredient": [
|
||||
"tomato",
|
||||
"ham",
|
||||
"mushrooms",
|
||||
"cheese"
|
||||
],
|
||||
"price": 25
|
||||
},
|
||||
"margarita": {
|
||||
"ingredient": ["tomato", "cheese"],
|
||||
"ingredient": [
|
||||
"tomato",
|
||||
"cheese"
|
||||
],
|
||||
"price": 20
|
||||
},
|
||||
"hawajska": {
|
||||
"ingredient": ["tomato", "pineapple", "chicken", "cheese"],
|
||||
"ingredient": [
|
||||
"tomato",
|
||||
"pineapple",
|
||||
"chicken",
|
||||
"cheese"
|
||||
],
|
||||
"price": 30
|
||||
},
|
||||
"barcelona": {
|
||||
"ingredient": ["tomato", "onion", "ham", "pepper", "cheese"],
|
||||
"ingredient": [
|
||||
"tomato",
|
||||
"onion",
|
||||
"ham",
|
||||
"pepper",
|
||||
"cheese"
|
||||
],
|
||||
"price": 40
|
||||
},
|
||||
"tuna": {
|
||||
"ingredient": ["tomato", "tuna", "onion", "cheese"],
|
||||
"ingredient": [
|
||||
"tomato",
|
||||
"tuna",
|
||||
"onion",
|
||||
"cheese"
|
||||
],
|
||||
"price": 40
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user