11 lines
147 B
JSON
11 lines
147 B
JSON
|
{
|
||
|
name:'Canada',
|
||
|
type:'country',
|
||
|
population:'33 million', area:'9,984,670 sq km',
|
||
|
children:[
|
||
|
{stub:'Ottawa'},
|
||
|
{stub:'Toronto'}
|
||
|
]
|
||
|
}
|
||
|
|