import * as mod from "https://deno.land/std@0.202.0/jsonc/mod.ts"; parse function for parsing JSONC (JSON with Comments) strings. This module is browser compatible. FunctionsfparseConverts a JSON with Comments (JSONC) string into an object. If a syntax error is found, throw a SyntaxError. InterfacesIParseOptionsType AliasesTJsonValueThe type of the result of parsing JSON.