nmandery / rout3serv

H3-grid based Routing server with GRPC-API and dataframe integration
0 stars 0 forks source link

webapp: use json format instead of jsonlines #22

Closed nmandery closed 2 years ago

nmandery commented 2 years ago

This would allow to drop the dependency on the json-lines parser and maybe get faster by using the native json parser.