mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 14:38:29 +00:00
8da3b547f8
## 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>