Module

std/jsonc/parse.ts>ParseOptions

The Deno Standard Library
Latest
interface ParseOptions
import { type ParseOptions } from "https://dotland.deno.dev/std@0.224.0/jsonc/parse.ts";

Options for parse.

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.