Files
howtodata/JSON/bob.json

18 lines
282 B
JSON

{
"name": "Bob",
"age": 17,
"email": "bob@jzqk.org",
"address": {
"street": "Gavagaistraße",
"number": "16",
"city": "München"
},
"hobbies": [
"Detektivtrio"
],
"friends": [
"David",
"Faheem"
]
}