method Response.prototype.jsonimport { Response } from "https://deno.land/x/opine@2.3.4/src/response.ts"; json(body: ResponseBody): thisSend JSON response. Examples: res.json(null); res.json({ user: 'deno' }); Parametersbody: ResponseBodyReturnsthisfor chaining