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