Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/request.ts>HonoRequest#json

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
method HonoRequest.prototype.json
import { HonoRequest } from "https://deno.land/x/hono@v3.9.2/request.ts";

Type Parameters

optional
T = any

Returns

Promise<T>