]> git.openstreetmap.org Git - nominatim.git/commit
add streaming json writer for JSON output
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 25 Jan 2023 13:14:47 +0000 (14:14 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 25 Jan 2023 14:05:33 +0000 (15:05 +0100)
commit77bec1261eedf1f3afaa9b03c14c8a8a08b11164
tree63873b8742cab39dbaca58a45683425f89d09073
parentdfcb24061eb6d3d415cd86d2f4edd95c4debaf36
add streaming json writer for JSON output
.github/workflows/ci-tests.yml
docs/develop/Development-Environment.md
nominatim/api/v1/format.py
nominatim/utils/json_writer.py [new file with mode: 0644]
test/python/api/test_result_formatting_v1.py
test/python/utils/test_json_writer.py [new file with mode: 0644]