method Body.prototype.jsonimport { Body } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.3/body.ts?p=prototype.json&s=Body";json(): Promise<any>Reads a body to the end attempting to parse the body as a JSON value. If a JSON reviver has been assigned, it will be used to parse the body. ReturnsPromise<any>[src]