What is TopoJSON?
TopoJSON is a topology-aware JSON format that reduces redundancy by storing shared geometry arcs once instead of repeating them for every feature.
TopoJSON is especially valuable for web-delivered boundary and polygon datasets where neighboring features share edges and repeated coordinates would otherwise bloat the file.
Its topology model makes it efficient for delivery, but many editing and GIS workflows still prefer to convert TopoJSON into ordinary feature collections before working with it.