import { jsonResponse } from "https://deno.land/x/reno@v2.0.75/reno/mod.ts";
A response creator function for building JSON responses, that: defaults the Content-Type header to "application/json"; and serialises the JSON body to a string that's then encoded as a Uint8Array