class dtils.JsonBodyimport { dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts"; const { JsonBody } = dtils; ConstructorsnewJsonBody(body: unknown)Propertiesbody: unknownMethodsgetMachineName(key: string)getString(key: string)getValue(key: string): unknownStatic Methodsfrom(request: Request)fromResponse(response: Response)