import { JSONResponse } from "https://deno.land/x/keywork@v6.2.1/http/mod.ts";
A response sent to the client containing a JSON object.
Constructors
new
JSONResponse(json: { },
request?: Request,
etag?: string,
cacheControlOptions?: CacheControlDirectives,
headersInit?: HeadersInit,
pretty?,