property Response.json

Responds with data as application/json and ends the response.

Type

(data: unknown) => void

Usage

import { type Response } from "lib/web/index.ts";