Can someone explain the following python code.
value_geojson["features"][0]["properties"]["title"]
value_geojson is a geojson variable. I like to think that I'm not a total python newbie but these are too many [] for me. I am a GeoJSON newbie though.
Would appreciate help on that one, eventhough I know it's probably to simple for SE