interface ParseOptionsimport { type ParseOptions } from "https://dotland.deno.dev/std@0.221.0/jsonc/parse.ts"; Options for parse. PropertiesoptionalallowTrailingComma: boolean = trueAllow trailing commas at the end of arrays and objects.