JSON Drill-Down Visualizer
Goal: Extract the longitude value (2.29) into Python.
Reset Drill-Down
Raw JSON API Response
{
"type"
:
"Feature"
,
"properties"
: {
"name"
:
"Eiffel Tower"
,
"location"
: {
"city"
:
"Paris"
,
"coordinates"
: [
2.29
,
48.85
]
}
}
}
Python Code Builder
longitude_val = data