{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.006,
                    40.7128
                ]
            },
            "properties": {
                "name": "New York",
                "country": "United States",
                "population": 8336817
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -0.1276,
                    51.5074
                ]
            },
            "properties": {
                "name": "London",
                "country": "United Kingdom",
                "population": 8982000
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    139.6917,
                    35.6895
                ]
            },
            "properties": {
                "name": "Tokyo",
                "country": "Japan",
                "population": 13960000
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    151.2093,
                    -33.8688
                ]
            },
            "properties": {
                "name": "Sydney",
                "country": "Australia",
                "population": 5312000
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    2.3522,
                    48.8566
                ]
            },
            "properties": {
                "name": "Paris",
                "country": "France",
                "population": 2161000
            }
        }
    ]
}