type alias Api.JSONValueimport { type Api } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; const { JSONValue } = Api; definition: | jsonNull | jsonBool | jsonNumber | jsonString | jsonArray | jsonObject