class JsonBodyDeprecatedDeprecatedUse SafeUnknown instead import { JsonBody } from "https://deno.land/x/dtils@2.3.1/http.ts"; ConstructorsnewJsonBody(body: unknown)Propertiesbody: unknownMethodsgetMachineName(key: string): stringgetString(key: string): stringgetValue(key: string): unknownStatic Methodsfrom(request: Request): Promise<JsonBody>fromResponse(response: Response): Promise<JsonBody>