legt Datensätze zu fiktiven Personen als JSON-Dateien an
This commit is contained in:
16
JSON/alice.json
Normal file
16
JSON/alice.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Alice",
|
||||
"age": 16,
|
||||
"email": "alice@jzqk.org",
|
||||
"address": {
|
||||
"street": "Gavagaistraße",
|
||||
"number": "14",
|
||||
"city": "München"
|
||||
},
|
||||
"hobbies": [
|
||||
"D&D"
|
||||
],
|
||||
"friends": [
|
||||
"Grace"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user