20 lines
317 B
JSON
20 lines
317 B
JSON
{
|
|
"name": "Faheem",
|
|
"age": 16,
|
|
"email": "faheem@jzqk.org",
|
|
"address": {
|
|
"street": "Hamilton-Allee",
|
|
"number": "11",
|
|
"city": "München"
|
|
},
|
|
"hobbies": [
|
|
"Detektivtrio",
|
|
"D&D"
|
|
],
|
|
"friends": [
|
|
"Bob",
|
|
"David",
|
|
"Grace"
|
|
]
|
|
}
|