You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
530 B
19 lines
530 B
{ items:[ |
|
{ name:'Africa', countries:[ |
|
{ name:'Egypt', capital:'Cairo' }, |
|
{ name:'Kenya', capital:'Nairobi' }, |
|
{ name:'Sudan', capital:'Khartoum' }]}, |
|
{ name:'Australia', capital:'Canberra' }, |
|
{ name:'North America', countries:[ |
|
{ name:'Canada', population:'33 million', cities:[ |
|
{ name:'Toronto', population:'2.5 million' }, |
|
{ name:'Alberta', population:'1 million' } |
|
]}, |
|
{ name: 'United States of America', capital: 'Washington DC', states:[ |
|
{ name: 'Missouri'}, |
|
{ name: 'Arkansas'} |
|
]} |
|
]} |
|
] |
|
} |
|
|
|
|