type alias JSONValueimport { type JSONValue } from "https://deno.land/x/frugal@0.9.2/src/page/JSONValue.ts"; definition: | string | number | boolean | null | undefined | { [x: string]: JSONValue; } | JSONValue[]