TopoJSON is a GeoJSON extension developed by Mike Bostock that encodes topology to eliminate redundant shared boundaries. Unlike GeoJSON where each polygon independently stores all vertices, TopoJSON uses arcs to share common boundaries between adjacent features, reducing file sizes by over 80%. TopoJSON is particularly suited for rendering large numbers of adjacent areas such as administrative district maps.
Standard: GitHub
MIME: application/json, application/topo+json