Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

json

This is a shortcut for creating application/json responses. Converts data to JSON and sets the Content-Type header.

const json: JsonFunction;