From a850690dc94f9046d311a118077459e8dfa054d3 Mon Sep 17 00:00:00 2001 From: Patryk Date: Mon, 10 Jun 2024 00:54:09 +0200 Subject: [PATCH] Formatowanie --- attributes.json | 125 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 86 insertions(+), 39 deletions(-) diff --git a/attributes.json b/attributes.json index 944a30b..579faab 100644 --- a/attributes.json +++ b/attributes.json @@ -1,44 +1,91 @@ { - "dough": ["thick"], - "drink": { - "pepsi": {"price" : 10}, - "cola": {"price" : 10}, - "water": {"price" : 5} + "dough": [ + "thick" + ], + "drink": { + "pepsi": { + "price": 10 }, - "food": ["pizza"], - "meat": ["chicken", "ham", "tuna"], - "sauce": ["garlic", "1000w"], - "ingredient": { - "chicken": {}, - "tuna": {}, - "pineapple": {}, - "onion": {}, - "cheese": {}, - "tomato": {}, - "ham": {}, - "pepper": {} + "cola": { + "price": 10 }, - "menu": ["capri", "margarita", "hawajska", "barcelona", "tuna"], - "pizza": { - "capri": { - "ingredient": ["tomato", "ham", "mushrooms", "cheese"], - "price": 25 - }, - "margarita": { - "ingredient": ["tomato", "cheese"], - "price": 20 - }, - "hawajska": { - "ingredient": ["tomato", "pineapple", "chicken", "cheese"], - "price": 30 - }, - "barcelona": { - "ingredient": ["tomato", "onion", "ham", "pepper", "cheese"], - "price": 40 - }, - "tuna": { - "ingredient": ["tomato", "tuna", "onion", "cheese"], - "price": 40 - } + "water": { + "price": 5 } + }, + "food": [ + "pizza" + ], + "meat": [ + "chicken", + "ham", + "tuna" + ], + "sauce": [ + "garlic", + "1000w" + ], + "ingredient": { + "chicken": {}, + "tuna": {}, + "pineapple": {}, + "onion": {}, + "cheese": {}, + "tomato": {}, + "ham": {}, + "pepper": {} + }, + "menu": [ + "capri", + "margarita", + "hawajska", + "barcelona", + "tuna" + ], + "pizza": { + "capri": { + "ingredient": [ + "tomato", + "ham", + "mushrooms", + "cheese" + ], + "price": 25 + }, + "margarita": { + "ingredient": [ + "tomato", + "cheese" + ], + "price": 20 + }, + "hawajska": { + "ingredient": [ + "tomato", + "pineapple", + "chicken", + "cheese" + ], + "price": 30 + }, + "barcelona": { + "ingredient": [ + "tomato", + "onion", + "ham", + "pepper", + "cheese" + ], + "price": 40 + }, + "tuna": { + "ingredient": [ + "tomato", + "tuna", + "onion", + "cheese" + ], + "price": 40 + } + } } \ No newline at end of file