Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
method Request.prototype.json

Takes a Request stream and reads it to completion. It returns a promise that resolves with the result of parsing the body text as JSON.

Returns

Promise<any>