[
    {
        "id": "fr",
        "name": "France",
        "places": [
            {
                "id": 0,
                "city": "Paris",
                "opening_time": "9h",
                "closing_time": "23h",
                "opening_date": "2022-01-02"
            },
            {
                "id": 1,
                "city": "Marseille",
                "opening_time": "8h",
                "closing_time": "22h",
                "opening_date": "2021-01-02"
            },
            {
                "id": 2,
                "city": "Lyon",
                "opening_time": "7h",
                "closing_time": "22h",
                "opening_date": "2020-04-02"
            },
            {
                "id": 3,
                "city": "Toulouse",
                "opening_time": "9h",
                "closing_time": "22h",
                "opening_date": "2019-04-02"
            },
            {
                "id": 4,
                "city": "Nice",
                "opening_time": "19h",
                "closing_time": "22h",
                "opening_date": "2018-04-02"
            },
            {
                "id": 5,
                "city": "Montpellier",
                "opening_time": "19h",
                "closing_time": "22h",
                "opening_date": "2017-04-02"
            },
            {
                "id": 6,
                "city": "Bastia",
                "opening_time": "9h",
                "closing_time": "22h",
                "opening_date": "2014-04-02"
            }
        ]
    },
    {
        "id": "ca",
        "name": "Canada",
        "places": [
            {
                "id": 10,
                "city": "Surrey",
                "opening_time": "9h",
                "closing_time": "23h",
                "opening_date": "2022-01-02"
            },
            {
                "id": 11,
                "city": "Hamilton",
                "opening_time": "8h",
                "closing_time": "22h",
                "opening_date": "2021-01-02"
            },
            {
                "id": 12,
                "city": "Brampton",
                "opening_time": "7h",
                "closing_time": "22h",
                "opening_date": "2020-04-02"
            },
            {
                "id": 13,
                "city": "Mississauga",
                "opening_time": "9h",
                "closing_time": "22h",
                "opening_date": "2019-04-02"
            },
            {
                "id": 14,
                "city": "Winnipeg",
                "opening_time": "19h",
                "closing_time": "22h",
                "opening_date": "2018-04-02"
            },
            {
                "id": 15,
                "city": "Edmonton",
                "opening_time": "19h",
                "closing_time": "22h",
                "opening_date": "2017-04-02"
            },
            {
                "id": 16,
                "city": "Ottawa",
                "opening_time": "9h",
                "closing_time": "22h",
                "opening_date": "2014-04-02"
            },
            {
                "id": 17,
                "city": "Calgary",
                "opening_time": "9h",
                "closing_time": "22h",
                "opening_date": "2013-04-02"
            },
            {
                "id": 18,
                "city": "Montréal",
                "opening_time": "9h",
                "closing_time": "22h",
                "opening_date": "2012-06-01"
            },
            {
                "id": 19,
                "city": "Toronto",
                "opening_time": "9h",
                "closing_time": "22h",
                "opening_date": "2011-04-02"
            }
        ]
    }
]
