type alias JSONValueimport { type JSONValue } from "https://deno.land/x/mtkruto@0.2.50/tl/0_api.ts"; definition: | jsonNull | jsonBool | jsonNumber | jsonString | jsonArray | jsonObject