14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"id": "mike",
|
|
"username": "mike the hammer",
|
|
"age": 42,
|
|
"gender": "male",
|
|
"married": true,
|
|
"children": ["tom", "jerry"],
|
|
"address": {
|
|
"street": {
|
|
"floor": 1
|
|
}
|
|
}
|
|
}
|