#How do I create a map for this kind of JSON file?

3 messages · Page 1 of 1 (latest)

patent bane
#

Do I need to use a JSON array? Please help.

      "sport_event_id": "sr:sport_event:27636100",
      "start_date": "2021-06-22T18:00:00+00:00",
      "sport_name": "Soccer",
      "competition_name": "UEFA Champions League",
      "competition_id": "sr:competition:7",
      "season_name": "UEFA Champions League 21/22",
      "competitors": [
        {
          "id": "sr:competitor:37863",
          "name": "SS Folgore Falciano Calcio",
          "country": "San Marino",
          "country_code": "SMR",
          "abbreviation": "FFC",
          "qualifier": "home",
          "gender": "male"
        },
        {
          "id": "sr:competitor:277829",
          "name": "FC Prishtina",
          "country": "Kosovo",
          "country_code": "KOS",
          "abbreviation": "PRI",
          "qualifier": "away",
          "gender": "male"
        }
      ],
      "venue": {
        "id": "sr:venue:8329",
        "name": "Elbasan Arena",
        "capacity": 12500,
        "city_name": "Elbasan",
        "country_name": "Albania",
        "map_coordinates": "41.115875,20.091992",
        "country_code": "ALB"
      },
      "probability_home_team_winner": 2.5,
      "probability_draw": 88.1,
      "probability_away_team_winner": 9.4
    }
]}
        ```
cyan crowBOT
#

This post has been reserved for your question.

Hey @patent bane! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.