pub fn stream_json_response(json_body: String) -> Body
Stream a JSON array response with proper formatting.
Takes a pre-formatted JSON array string and streams it in chunks.