import { json } from "https://deno.land/x/bun_tea@v0.0.1-alpha.15/core/response.ts";
Response helper: Sends the provided data as json
to the client
Parameters
data: T
any
or provided type which could be JSON, string, etc.
optional
args: ResponseInit = [UNSUPPORTED]