JSON
Jump to navigation
Jump to search
This disambiguation page lists articles associated with the same title.
If an internal link led you here, you may wish to change the link to point directly to the intended article.
If an internal link led you here, you may wish to change the link to point directly to the intended article.
JSON is a human-readable file format for storing data, you may be looking for these pages:
- OSM JSON, OSM's standard format for storing OSM data in JSON.
- Overpass JSON, a flavour of OSM JSON used by Overpass.
- GeoJSON, a standard file format for representing geodata as JSON.
- API v0.6 (section JSON Format), details about how and when the OSM API can use OSM JSON.
- Mapbox styles also use JSON
ogr2ogr
stores OSM tags as strings in JSON format{"amenity":"bench","material":"wood;metal"}
if using-oo TAGS_FORMAT=JSON
or ifosmconf.ini
containstags_format=json
. This is supported since GDAL 3.7 (previous versions can only emit hstore).