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