method JSHandle.prototype.jsonValueRe-exportimport { JSHandle } from "https://deno.land/x/pptr@1.2.0/mod.ts"; jsonValue(): Promise<Record<string, unknown>>Returns a JSON representation of the object. ReturnsPromise<Record<string, unknown>>