13 lines
156 B
JSON
13 lines
156 B
JSON
|
{
|
||
|
"name": "Zues",
|
||
|
"child": {
|
||
|
"name": "Hercules"
|
||
|
},
|
||
|
"intermediate": {
|
||
|
"child": {
|
||
|
"name": "Douglas Adams"
|
||
|
},
|
||
|
"number": 42
|
||
|
}
|
||
|
}
|