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