type alias JSONC.JsonValueRe-exportimport { type JSONC } from "https://deno.land/x/fresh@1.4.3/src/dev/deps.ts"; const { JsonValue } = JSONC; The type of the result of parsing JSON. definition: | { [key: string]: JsonValue | undefined; } | JsonValue[] | string | number | boolean | null