From 4770b08e8f2ef6f82072a315283dfa972d8b4aa6 Mon Sep 17 00:00:00 2001 From: Muthukumar <55986316+muthu1997@users.noreply.github.com> Date: Thu, 12 Jan 2023 22:07:47 +0530 Subject: [PATCH 1/2] Add my-info.json --- my-info.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 my-info.json diff --git a/my-info.json b/my-info.json new file mode 100644 index 0000000..c56de6d --- /dev/null +++ b/my-info.json @@ -0,0 +1,6 @@ +{ + "favorite_colors": ["blue","green","red"], + "country": "United Arab Emirates", + "population": 3400000, + "visit_within_5years": true +} \ No newline at end of file From 86f74e4f31b520d863b1fb143b51fa18b1b3c24c Mon Sep 17 00:00:00 2001 From: Muthukumar <55986316+muthu1997@users.noreply.github.com> Date: Thu, 12 Jan 2023 22:12:09 +0530 Subject: [PATCH 2/2] Add my-info.json --- my-info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/my-info.json b/my-info.json index c56de6d..c071845 100644 --- a/my-info.json +++ b/my-info.json @@ -2,5 +2,6 @@ "favorite_colors": ["blue","green","red"], "country": "United Arab Emirates", "population": 3400000, - "visit_within_5years": true + "visit_within_5years": true, + "favorite_foods": ["Biryani", "Mutton Curry With Rice", "Butter Chicken"] } \ No newline at end of file