Build vector tilesets from large collections of GeoJSON features.
Go to file
Eric Fischer f67e97cd08 Work out more details of how json_free() needs to work.
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.
2014-02-06 22:45:40 -08:00
jsoncat.c Remove old state resetting 2014-02-06 21:05:46 -08:00
jsonpull.c Work out more details of how json_free() needs to work. 2014-02-06 22:45:40 -08:00
jsonpull.h Work out more details of how json_free() needs to work. 2014-02-06 22:45:40 -08:00
Makefile Add Makefile 2014-02-05 22:04:58 -08:00