proxy: encode json as we parse rows (#11992)

Serialize query row responses directly into JSON. Some of this code
should be using the `json::value_as_object/list` macros, but I've
avoided it for now to minimize the size of the diff.
This commit is contained in:
Conrad Ludgate
2025-07-11 20:39:08 +01:00
committed by GitHub
parent 380d167b7c
commit 9bba31bf68
4 changed files with 122 additions and 129 deletions

1
Cargo.lock generated
View File

@@ -5329,6 +5329,7 @@ dependencies = [
"itoa",
"jose-jwa",
"jose-jwk",
"json",
"lasso",
"measured",
"metrics",