40 lines
707 B
JSON
40 lines
707 B
JSON
{
|
|
"total_rows": 80,
|
|
|
|
"headers" : [
|
|
"ID", "Name", "Country Code", "District", "Population"
|
|
],
|
|
|
|
"rows" : [{
|
|
"ID": 76,
|
|
"Name": "La Plata",
|
|
"CountryCode": "ARG",
|
|
"District": "Buenos Aires",
|
|
"Population": 521936
|
|
}, {
|
|
"ID": 77,
|
|
"Name": "Mar del Plata",
|
|
"CountryCode": "ARG",
|
|
"District": "Buenos Aires",
|
|
"Population": 512880
|
|
}, {
|
|
"ID": 78,
|
|
"Name": "San Miguel de Tucumán",
|
|
"CountryCode": "ARG",
|
|
"District": "Tucumán",
|
|
"Population": 470809
|
|
}, {
|
|
"ID": 79,
|
|
"Name": "Lanús",
|
|
"CountryCode": "ARG",
|
|
"District": "Buenos Aires",
|
|
"Population": 469735
|
|
}, {
|
|
"ID": 80,
|
|
"Name": "Merlo",
|
|
"CountryCode": "ARG",
|
|
"District": "Buenos Aires",
|
|
"Population": 463846
|
|
}]
|
|
}
|