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