Open the GeoJson file and type it as a dictionary

Teradata Developer Guides

ft:locale
en-US
ft:lastEdition
2026-08-18
import json
with open(countries_geojson) as geo_json:
    countries_json = json.load(geo_json)