type alias JsonValueimport { type JsonValue } from "https://dotland.deno.dev/std@0.223.0/json/mod.ts"; The type of the result of parsing JSON. definition: | { [key: string]: JsonValue | undefined; } | JsonValue[] | string | number | boolean | nullimport JsonValueimport { JsonValue } from "https://dotland.deno.dev/std@0.223.0/json/mod.ts";