method Drash.Response.prototype.jsonimport { Drash } from "https://deno.land/x/drash@v2.7.0/tests/deps.ts"; const { Response } = Drash; json(json: object,status?: number,headers?: Record<string, string>,)Set the body of this response as JSON. Parametersjson: object The object to assign to the body. optionalstatus: number The status to respond with. optionalheaders: Record<string, string> = [UNSUPPORTED] Any extra headers you wish to specify apart of the content-type header