mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 04:18:01 +00:00
Build vector tilesets from large collections of GeoJSON features.
f67e97cd08
The idea is that you can free any element once you are done with it, even if it is part of an array or hash that isn't completely read yet. Removing array elements is reasonably well defined because nothing else depends on them. Removing a hash key or value causes it to be replaced by a null unless the other side of the component has already been nulled out, in which case the whole pair is removed. |
||
---|---|---|
jsoncat.c | ||
jsonpull.c | ||
jsonpull.h | ||
Makefile |