11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"id": "tom",
|
|
"username": "tom von homme",
|
|
"age": 13,
|
|
"gender": "male",
|
|
"married": false,
|
|
"address": {
|
|
"street": "wilhelmsstrasse"
|
|
}
|
|
}
|