GeoJSON
Geographic data format
JSON
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.9857,
40.7484
]
},
"properties": {
"name": "Empire State Building"
}
}Stats
- Key count: 6
- Nesting depth: 3
- Size: 163 bytes