day 6: Serializationa and Deserialization
This commit is contained in:
parent
b61b6345b7
commit
66344f9e3c
@ -110,6 +110,17 @@
|
|||||||
"name": "Leena",
|
"name": "Leena",
|
||||||
"location": "Denver"
|
"location": "Denver"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "9",
|
||||||
|
"courses": [
|
||||||
|
"C++",
|
||||||
|
"Game Development",
|
||||||
|
"Graphics Programming"
|
||||||
|
],
|
||||||
|
"phone": "+1-555-4455",
|
||||||
|
"name": "Leena",
|
||||||
|
"location": "Denver"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "9",
|
"id": "9",
|
||||||
"courses": [
|
"courses": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user