interface JSONC.ParseOptionsimport { type JSONC } from "https://deno.land/x/fresh@1.4.0/src/server/deps.ts"; const { ParseOptions } = JSONC; PropertiesoptionalallowTrailingComma: boolean = trueAllow trailing commas at the end of arrays and objects.