From 66344f9e3cc4360c0c2cea01f8abebe5a9142a48 Mon Sep 17 00:00:00 2001 From: Sami Date: Fri, 11 Oct 2024 19:13:11 -0400 Subject: [PATCH] day 6: Serializationa and Deserialization --- jsonServer/students.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jsonServer/students.json b/jsonServer/students.json index 4243685..6068eca 100644 --- a/jsonServer/students.json +++ b/jsonServer/students.json @@ -110,6 +110,17 @@ "name": "Leena", "location": "Denver" }, + { + "id": "9", + "courses": [ + "C++", + "Game Development", + "Graphics Programming" + ], + "phone": "+1-555-4455", + "name": "Leena", + "location": "Denver" + }, { "id": "9", "courses": [