type alias JSONValueimport { type JSONValue } from "https://deno.land/std@0.149.0/encoding/json/_parse.ts"; The type of the result of parsing JSON. definition: | { [key: string]: JSONValue; } | JSONValue[] | string | number | boolean | null