mirror of
https://github.com/osm2pgsql-dev/osm2pgsql.git
synced 2025-08-16 16:03:23 +00:00

If we want to store OSM data in the middle in JSON format, we have to generate and parse that JSON. Also we want to write JSON in the flex output. This commits adds the rapidjson library to make this easy to do.