Skip to main content
Module

x/dax/mod.ts>RequestResult#json

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
method RequestResult.prototype.json
import { RequestResult } from "https://deno.land/x/dax@0.9.0/mod.ts";

Respose body as JSON.

Note: Returns undefined when .noThrow(404) and status code is 404.

Type Parameters

optional
TResult = any