mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-19 12:38:35 +00:00
1637a6ee05
## Summary of changes This switches JSON rendering logic to `typed_json` in order to reduce the number of allocations in the HTTP responder path. Followup from https://github.com/neondatabase/neon/pull/8319#issuecomment-2216991760. --------- Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>