Module

std/jsonc/mod.ts>ParseOptions

Deno standard library
Go to Latest
interface ParseOptions
import { type ParseOptions } from "https://dotland.deno.dev/std@0.215.0/jsonc/mod.ts";

Options for parse.

Properties

optional
allowTrailingComma: boolean = true

Allow trailing commas at the end of arrays and objects.