JSON

From OpenStreetMap Wiki
(Redirected from JSON (disambiguation))
Jump to navigation Jump to search
Disambig gray.svg
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.

 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.
  • 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 if osmconf.ini contains tags_format=json. This is supported since GDAL 3.7 (previous versions can only emit hstore).