type alias JsonValueRe-exportimport { type JsonValue } from "https://deno.land/std@0.192.0/jsonc/mod.ts"; The type of the result of parsing JSON. definition: | { [key: string]: JsonValue | undefined; } | JsonValue[] | string | number | boolean | null