{
  "type": "FeatureCollection",
  "bbox": [
    -74.006,
    -33.8688,
    151.2093,
    51.5074
  ],
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -74.006,
          40.7128
        ]
      },
      "properties": {
        "name": "New York",
        "population": 4735650,
        "rank": 1
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1276,
          51.5074
        ]
      },
      "properties": {
        "name": "London",
        "population": 1839221,
        "rank": 2
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          139.6917,
          35.6895
        ]
      },
      "properties": {
        "name": "Tokyo",
        "population": 10228452,
        "rank": 3
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          151.2093,
          -33.8688
        ]
      },
      "properties": {
        "name": "Sydney",
        "population": 9217207,
        "rank": 4
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -46.6333,
          -23.5505
        ]
      },
      "properties": {
        "name": "São Paulo",
        "population": 8489709,
        "rank": 5
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          31.2357,
          30.0444
        ]
      },
      "properties": {
        "name": "Cairo",
        "population": 5682115,
        "rank": 6
      }
    }
  ]
}