From 9a6a4d42e4721f4a3763cde71d82654fcce289f2 Mon Sep 17 00:00:00 2001 From: jverara Date: Wed, 25 Oct 2017 22:57:01 +0200 Subject: [PATCH 1/4] Addign additional items --- food.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/food.json b/food.json index fbbb758..6c3e3ac 100644 --- a/food.json +++ b/food.json @@ -2,4 +2,7 @@ "vegetales":{ "tomate": "tomate" } + "carne":{ + "chuletaso": "chuletaso" + } } \ No newline at end of file From b97b7858db41a271d88ebdabd0bfa37a90cba72d Mon Sep 17 00:00:00 2001 From: jverara Date: Wed, 25 Oct 2017 23:03:57 +0200 Subject: [PATCH 2/4] Adding additional items --- food.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/food.json b/food.json index 6c3e3ac..55c2aa8 100644 --- a/food.json +++ b/food.json @@ -1,8 +1,9 @@ { "vegetales":{ - "tomate": "tomate" - } + "tomate": "tomate", + "papitas": "papitas" + }, "carne":{ "chuletaso": "chuletaso" - } -} \ No newline at end of file + } +} From cb276086874ce8f164c9b42978d252d69c4a1f89 Mon Sep 17 00:00:00 2001 From: jverara Date: Wed, 25 Oct 2017 23:07:31 +0200 Subject: [PATCH 3/4] Adding additional items --- food.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/food.json b/food.json index 55c2aa8..e49fbfd 100644 --- a/food.json +++ b/food.json @@ -5,5 +5,9 @@ }, "carne":{ "chuletaso": "chuletaso" + }, + "sopas":{ + "gazpachuelo": "gazpachuelo", + "puchero": "puchero" } } From fa03323e51da0ab1a6efe280393ef393b7d80da5 Mon Sep 17 00:00:00 2001 From: jverara Date: Wed, 25 Oct 2017 23:13:37 +0200 Subject: [PATCH 4/4] =?UTF-8?q?Adding=20ali=C3=B1os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mu ricos --- food.json | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/food.json b/food.json index e49fbfd..e6f1543 100644 --- a/food.json +++ b/food.json @@ -1,13 +1,18 @@ -{ - "vegetales":{ - "tomate": "tomate", - "papitas": "papitas" - }, - "carne":{ - "chuletaso": "chuletaso" - }, - "sopas":{ - "gazpachuelo": "gazpachuelo", - "puchero": "puchero" - } -} +{ + "vegetales":{ + "tomate": "tomate", + "papitas": "papitas" + }, + "carne":{ + "chuletaso": "chuletaso" + }, + "sopas":{ + "gazpachuelo": "gazpachuelo", + "puchero": "puchero" + }, + "aliƱos":{ + "deEnsalada": "deEnsalada", + "dePapas": "dePapas" + } + +}